TFPSList.Clear
Clear the list
Declaration
Source position: fgl.pp line 76
public
procedure Clear;
Description
Clear removes all the items in the list. Depending on the descendent, the list items themselves may be cleared as well.
See also
Name | Description |
---|---|
TFPSList.Add | Add a new item to the list |
TFPSList.Delete | Delete an item from the list |
TFPSList.Items | Items in the list |