TXDataStructuredType.GetStructuredProperty Method
Returns a structured property declared in the type, by its index.
Syntax
Unit: XData.Model.Classes
function TXDataStructuredType.GetStructuredProperty(Index: Integer): TXDataStructuredProperty; virtual; abstract;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Index | Integer | The index of the property, from 0 to StructuredPropertyCount - 1. |
Returns
The structured property at the specified index.