RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNestedTable.Create Constructor

Creates an instance of a TNestedTable component.

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

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. 

 

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