TdxMapItemAttributes.Remove(string) Method
Removes a specified attribute from the collection.
Declaration
procedure Remove(const AName: string);
Parameters
Name | Type |
---|---|
AName | string |
Remarks
The attribute to be removed is identified by its name passed as the AName parameter. No exception is raised if no matching attribute name is found in the collection.
See Also