TdxFastList.Clear Method
In This Article
Clears the ordered pointer list.
#Declaration
Delphi
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