TdxFastList.Clear Method
Clears the ordered pointer list.
Declaration
procedure Clear; virtual;
Remarks
Call this procedure to set both the Count and Capacity properties to 0. Any further list expand operation reallocates the memory block occupied by the TdxFastList class instance.
See Also