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