RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBatchMove.Create Constructor

Creates an instance of TIBBatchMove.

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

Call Create to create an instance of TIBBatchMove for performing a batch operation. Create allocates the memory for the TIBBatchMove object and

The property settings made by Create are the values used when a TIBTable object performs batch operations using its BatchMove method. 

 

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