DesignIntf.IEditHandler.GetEditState

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IEditHandler

Delphi

function GetEditState: TEditState;

C++

virtual TEditState __fastcall GetEditState() = 0 ;

Description

Returns the enabled editing operations.

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

See Also