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