RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBExtract.Create Constructor

Creates an instance of TIBExtract.

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

Call Create to create an instance of TIBExtract at runtime. TIBExtract components added to forms or data modules at design time are created automatically. 

AOwner specifies the component that is responsible for freeing the TIBExtract instance. If AOwner is a TIBDatabase component, it is used to initialize the Database property. 

 

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