Free procedure
Prototype: |
procedure Free; |
|
Description: |
Frees an integer list. |
|
Syntax: |
IntegerList.Free; |
|
Part |
Description |
|
IntegerList |
A reference to an instance of a TIntegerListWrapper |
|
Return value: |
none |
|
Example:
var
intList : TIntegerListWrapper;
begin
//...
intList := CreateIntegerList; // this line create the IntegerList see CreateIntegerList.
intList.Add(27);
intList.Free;
//...
end.
See also:
Free; Add; Clear; Assign; Delete; Count; IndexOf; SortAscending; SortDescending; SortAscendingAndRemoveDuplicates; Value; Delimiter; DelimitedText; AsVarArray
© 2024 IFER-Monitoring and Mapping Solutions