TdxMapItemAttributes.GetNames(TStrings) Method
In This Article
Retrieves the names of all attributes stored in the collection.
#Declaration
Delphi
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