TdxMapItemAttributes.ContainsName(string) Method
Determines if the collection contains an attribute with a specified name.
Declaration
function ContainsName(const AName: string): Boolean;
Parameters
| Name | Type |
|---|---|
| AName | string |
Returns
| Type |
|---|
| Boolean |
Remarks
This function returns True if the collection contains an attribute with a name that matches AName; otherwise, False.
See Also