RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesigner60.ModalEdit Method

Passes a keystroke to a modal editor.

Pascal
procedure ModalEdit(EditKey: Char; const ReturnWindow: IActivatable);
C++
__fastcall ModalEdit(Char EditKey, const IActivatable ReturnWindow);

ModalEdit launches a modal editor dialog, passing it the key specified by the EditKey parameter. When the modal dialog is finished, it uses the ReturnWindow parameter to activate a window. ReturnWindow is an interface that contains a single method, Activate, that activates a window. 

 

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