[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Return a list of all names in the collection
Source position: db.pas line 157
public procedure TDefCollection.GetItemNames( |
List: TStrings |
); |
List |
|
List to fill with the names of the items in the collection. |
GetItemNames fills List with the names of all items in the collection. It clears the list first.
If List is not a valid TStrings instance, an exception will occur.
|
Name of the item |