DesignIntf.IEditHandler.GetEditState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEditState: TEditState;

C++

virtual TEditState __fastcall GetEditState(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IEditHandler

Description

Returns the enabled editing operations.

GetEditState determines the editing operations that can be performed from the Edit menu of the IDE.

See Also