IBX.IBEvents.TIBEvents.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TIBEvents(System::Classes::TComponent* AOwner);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
constructor | public | IBX.IBEvents.pas IBX.IBEvents.hpp |
IBX.IBEvents | TIBEvents |
Description
Creates an instance of TIBEvents.
Call Create to create an instance of TIBEvents. TIBEvents objects placed on a form or data module at design time are created automatically.
AOwner specifies the object (typically a form or data module) that is responsible for freeing the TIBEvents instance.