TcxObjectList.Clear Method
In This Article
Clears the list.
#Declaration
Delphi
procedure Clear; override;
#Remarks
Call this procedure to remove all entries from the list. The Clear procedure actually frees the stored items only if the OwnObjects property returns True; otherwise, the procedure works identically to the inherited Clear procedure.
See Also