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.Values Property

Returns the value of an attribute by its name.

#Declaration

Delphi
property Values[const AName: string]: Variant read; write; default;

#Property Value

Type
Variant

#Remarks

This property searches the collection for an attribute with a name that matches AName and if found, returns the attribute’s value. Otherwise, the EListError exception is raised. To avoid raising this exception, call the ContainsName function before using the property to determine if the collection contains the required attribute name.

See Also