Property Event
Fired once for each property found within an entity.
Syntax
type TPropertyEvent = procedure Property(Sender: TObject; const Name: String; const TypeName: String; Nullable: Boolean) of object;property OnProperty: TPropertyEvent read FOnProperty write FOnProperty;
Remarks
The Property event is fired once for each property found within an entity after setting SchemaEntityIndex.