RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBEvents.Create Constructor

Creates an instance of TIBEvents.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TIBEvents(TComponent * AOwner);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!