Table of Contents

TXDataGetPropValueProc Anonymous method

Function that reads the value of a simple property of an entity.

Remarks

Entity: the entity to read the value from. Prop: the simple property to read. The function returns the value of the property.

Syntax

Unit: XData.Model.Classes

TXDataGetPropValueProc = reference to function(Entity: TValue; Prop: TXDataSimpleProperty): TValue;