Bde.DBTables.TNestedTable.Create
[–] Properties | |
---|---|
Type: constructor | |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: TNestedTable |
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TNestedTable(System::Classes::TComponent* AOwner);
Description
Creates an instance of a TNestedTable component.
Call Create to instantiate a nested table declared in an application if it was not placed on a form at design time. Create calls its inherited Create constructor and sets ObjectView to True.