TXDataEntityType.FindScalarProperty Method
Looks for a simple property by its name, including the inherited properties.
Syntax
Unit: XData.Model.Classes
function TXDataEntityType.FindScalarProperty(const AName: string): TXDataScalarProperty; override;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AName | string | The name of the property. The comparison is case-insensitive. |
Returns
The property, or nil if neither the type nor its base types have such property.