RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.CreateEditor Method

Creates the inplace editor control.

Pascal
function CreateEditor: TInplaceEdit; override;
C++
virtual __fastcall TInplaceEdit CreateEditor();

Grid controls call CreateEditor internally the first time the grid goes into edit mode. CreateEditor is exposed as a protected method so that descendants of TCustomGrid can substitute a specialized descendant of TInplaceEdit to handle cell editing. 

 

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