Property Event

Fired once for each property found within an entity.

Syntax

type TPropertyEvent = procedure (
  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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Delphi Edition - Version 20.0 [Build 8307]