TXDataStructuredType.FindStructuredProperty Method
Looks for a structured property by its name.
Syntax
Unit: XData.Model.Classes
function TXDataStructuredType.FindStructuredProperty(const AName: string): TXDataStructuredProperty; virtual;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the property. The comparison is case-insensitive. |
Returns
The structured property, or nil if no structured property with that name exists.