DesignIntf.IDesigner60.ModalEdit
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesigner60 | |
Delphi
procedure ModalEdit(EditKey: Char; const ReturnWindow: IActivatable);
C++
virtual void __fastcall ModalEdit(System::WideChar EditKey, const _di_IActivatable ReturnWindow) = 0 ;
Description
Passes a keystroke to a modal editor.
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.