RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.Create Constructor

Creates an instance of TCustomGrid.

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

Call Create to create a grid control at runtime. Grid controls placed on a form at design time are created automatically. 

Owner is a component that is responsible for freeing the grid and for initiating the streaming process when it is saved to a form file. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!