RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBCtrlGrid.Create Constructor

Creates and initializes an instance of TDBCtrlGrid.

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

Call Create to create and initialize a TDBCtrlGrid object at runtime.TDBCtrlGrid objects placed in a form at design time are created automatically. 

AOwner is a component that becomes the value of the Owner property. This component, typically the form, is responsible for freeing the TDBCtrlGrid instance. 

 

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