RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridAttributes.Create Constructor

Creates an instance of TGridAttributes.

Pascal
constructor Create(AParent: TComponent);
C++
__fastcall TGridAttributes(TComponent * AParent);

Most applications have no need to instantiate TGridAttributes. TGridAttributes is instantiated by the TDataGrid component that uses it. 

The AParent parameter is the TDataGrid or TAdapterGrid component that uses the TGridAttributes instance. This parameter becomes the value of the Parent property. 

 

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