RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes.Create Constructor

Creates an instance of TGridRowAttributes.

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

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

The AParent parameter is the TDataGrid or TAdapterGrid component that uses the TGridRowAttributes 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!