RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringGrid.Create Constructor

Creates an instance of TStringGrid.

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

Call Create to create an instance of TStringGrid at runtime. For string grids placed on forms at design time, Create is called automatically. 

AOwner is another component, typically a form, that becomes the grid's Owner. The Owner is responsible for freeing the grid. 

 

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