TdxMapItemAttributes.GetNames(TStrings) Method
Retrieves the names of all attributes stored in the collection.
Declaration
procedure GetNames(ANames: TStrings);
Parameters
Name | Type |
---|---|
ANames | TStrings |
Remarks
This procedure appends attribute names to the ANames list, without clearing it beforehand.
See Also