TXDataInstanceType.GetScalarProperty Method
Returns a scalar property declared in the type, by its index.
Syntax
Unit: XData.Model.Classes
function TXDataInstanceType.GetScalarProperty(Index: Integer): TXDataScalarProperty; override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| Index | Integer | The index of the property in Properties. |
Returns
The scalar property at the specified index.