DesignIntf.IDesigner60.ModalEdit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ModalEdit(EditKey: Char; const ReturnWindow: IActivatable);

C++

virtual void __fastcall ModalEdit(System::WideChar EditKey, const _di_IActivatable ReturnWindow) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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.