Skip to main content
A newer version of this page is available. .

TcxObjectList.Clear Method

Clears the list.

Declaration

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