RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridRowAttributes.Parent Property

Indicates the TDataGrid or TAdapterGrid object that uses this TGridRowAttributes to describe its header or row attributes.

Pascal
property Parent: TComponent;
C++
__property TComponent * Parent;

Read Parent to access the TDataGrid or TAdapterGrid that uses this TGridRowAttributes object. The value of Parent is assigned by the constructor. 

 

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