RAD Studio VCL Reference
|
Creates and initializes an instance of TDBCtrlGrid.
constructor Create(AOwner: TComponent); override;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|