RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TValueListEditor.DoExit Method

Hides the inplace editor when selection moves to another control in a form.

Pascal
procedure DoExit; override;
C++
virtual __fastcall DoExit();

After calling the inherited method, which generates an OnExit event, DoExit hides the inplace editor unless the Options property includes goAlwaysShowEditor. 

 

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