RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInplaceEdit.Grid Property

Specifies the grid object that owns and controls this TInplaceEdit.

Pascal
property Grid: TCustomGrid;
C++
__property TCustomGrid Grid;

Read Grid to obtain the grid object for which TInplaceEdit provides editing services. TInplaceEdit uses the Grid property so that it can receive information about the text to be edited and so that it can pass on relevant events. 

 

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