type TIfList = class(TObject)
Name | Description | |
---|---|---|
![]() |
FCapacity |
|
![]() |
FCheckCount |
|
![]() |
FCount |
|
![]() |
FData |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function Add(P: Pointer): Longint; |
![]() |
procedure AddBlock(List: PPointerList; Count: Longint); |
![]() |
procedure Clear; virtual; |
![]() |
procedure Delete(Nr: Cardinal); |
![]() |
procedure DeleteLast; |
![]() |
procedure Recreate; |
![]() |
procedure Remove(P: Pointer); |
![]() |
constructor Create; |
create
![]() |
destructor Destroy; override; |
destroy
![]() |
function Add(P: Pointer): Longint; |
Add an item
![]() |
procedure AddBlock(List: PPointerList; Count: Longint); |
Add a block of items
![]() |
procedure Clear; virtual; |
Clear the list
![]() |
procedure Delete(Nr: Cardinal); |
Remove an item
![]() |
procedure DeleteLast; |
![]() |
procedure Recreate; |
Recreate the list
![]() |
procedure Remove(P: Pointer); |
Remove an item
![]() |
property Count: Cardinal; |
![]() |
property Data: PPointerList; |
![]() |
property Items[nr: Cardinal]: Pointer; |
![]() |
property Count: Cardinal; |
Contains the number of items in the list
![]() |
property Data: PPointerList; |
![]() |
property Items[nr: Cardinal]: Pointer; |
Items