RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTable.Create Constructor

Creates an instance of a table component.

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

Call Create to instantiate a table declared in an application if it was not placed on a form at design time. Create calls its inherited Create constructor, creates an empty index definitions list, creates an empty data link, and creates an empty list of index files. 

 

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