RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction.Create Constructor

Creates an instance of a transaction component.

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

Call Create to instantiate a transaction component at runtime. An application creates a transaction component in order to control the component's existence and set its properties and events. 

Create instantiates a transaction component and creates an empty string list for the Params property. 

 

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