RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOTable.Create Constructor

Creates an instance of a TADOTable component.

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

Call Create to instantiate an ADO table component at runtime. Table components placed in forms or data modules at design time are created automatically. 

Create:

  • Calls its inherited Create method.
  • Sets the CommandType property to cmdTable.

 

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