RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGrid.InplaceEditor Property

Designates the edit control the grid uses to allow users to edit the contents of the selected cell.

Pascal
property InplaceEditor: TInplaceEdit;
C++
__property TInplaceEdit InplaceEditor;

Read InplaceEditor to gain direct access to the edit control that sits on top of the selected cell when the grid is in edit mode. The inplace editor is created the first time the grid is put in edit mode. It is not destroyed until the grid is destroyed. The grid moves the editor when the selected cell changes. The grid hides the editor's window when the grid goes out of edit mode. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!