RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateSQL.Create Constructor

Creates an instance of an update object.

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

Call Create to instantiate an update object at run time. You do not need to call Create for update objects placed in a data module or form at design time. Delphi automatically handles these objects. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!