Data.Win.ADODB.TADOTable.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Data.Win.ADODB.pas Data.Win.ADODB.hpp
| |
Unit: Data.Win.ADODB | |
Parent: TADOTable |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TADOTable(System::Classes::TComponent* AOwner);
Description
Creates an instance of a TADOTable component.
Call Create to instantiate an ADO table component at runtime. Table components placed in forms or data modules at design time are created automatically.
- Calls its inherited Create method.
- Sets the CommandType property to cmdTable.