type TIfStringList = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Add(const P: string); |
![]() |
procedure Clear; |
![]() |
function Count: LongInt; |
![]() |
procedure Delete(NR: LongInt); |
![]() |
constructor Create; |
create
![]() |
destructor Destroy; override; |
destroy
![]() |
procedure Add(const P: string); |
Add an item to the list
![]() |
procedure Clear; |
Clear the list
![]() |
function Count: LongInt; |
Returns the number of items in the list
![]() |
procedure Delete(NR: LongInt); |
Delete item no NR
![]() |
property Items[Nr: Longint]: string; |
![]() |
property Items[Nr: Longint]: string; |
Items property