Class TSqlitePassObjectList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassObjectList = class(TSqlitePassList)

Description

no description available, TSqlitePassList description follows

Hierarchy

Overview

Methods

Public function Add(AObject: TObject): Integer;
Public function Remove(AObject: TObject): Integer;
Protected function First: TObject;
Protected function GetItem(Index: Integer): TObject;
Protected function IndexOf(AObject: TObject): Integer;
Protected Function Last: TObject;
Protected Procedure Insert(Index: Integer; AObject: TObject);
Protected Procedure SetItem(Index: Integer; AObject: TObject);

Properties

Protected property Items[Index: Integer]: TObject read GetItem write SetItem;

Description

Methods

Public function Add(AObject: TObject): Integer;

TODO

Public function Remove(AObject: TObject): Integer;

Moved to Public section to enable access MyIndexDef.Columns.Add(MyIndexColumn; demo program...

Protected function First: TObject;
 
Protected function GetItem(Index: Integer): TObject;
 
Protected function IndexOf(AObject: TObject): Integer;
 
Protected Function Last: TObject;
 
Protected Procedure Insert(Index: Integer; AObject: TObject);
 
Protected Procedure SetItem(Index: Integer; AObject: TObject);
 

Properties

Protected property Items[Index: Integer]: TObject read GetItem write SetItem;
 

Generated by PasDoc 0.11.0 on 2010-09-10 15:54:38