RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLTable.Create Constructor

Creates an instance of a TSQLTable component.

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

Call Create to instantiate an SQL table at runtime. SQL tables placed in forms or data modules at design time are created automatically. 

 

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