RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGridAttributes.Parent Property

Indicates the TDataGrid object that uses this TGridAttributes to describe its attributes.

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

Read Parent to access the TDataGrid that uses this TGridAttributes 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!