Table of Contents

TAddFieldDefsProc Anonymous method

Callback invoked during field definition initialization to recursively build field definitions for nested (sub-property) members of a class.

Remarks

APrefix: the dot-separated path prefix accumulated so far (e.g., Customer.). AClass: the class whose members are being processed at this level. ADepth: the current nesting depth, starting at 0 for top-level properties.

Syntax

Unit: Aurelius.Bind.Dataset

TAddFieldDefsProc = reference to procedure(const APrefix: string; AClass: TClass; ADepth: Integer);