Advance Pascal Script (DWS Extanded)
TCollection
TCollection- -
Description
Hierarchytype TCollection= class(TPersistent)
property COLLECTION:TCollectionItem; default;
property COUNT:Integer;
function Add: TCollectionItem
procedure BeginUpdate
procedure Clear
constructor Create
procedure Delete(Index: Integer)
procedure EndUpdate
function getCollection(Index: Variant): TCollectionItem
function IndexOf(ItemName: String): Integer
function Insert(Index: Integer): TCollectionItem
function Items(Index: Variant): TCollectionItem
end;
UP