Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapItemAttributes.Remove(string) Method

Removes a specified attribute from the collection.

#Declaration

Delphi
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