DesignIntf.IHostForm.GetDesignerState

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignerState: TDesignerState;

C++

virtual Designertypes::TDesignerState __fastcall GetDesignerState(void) = 0 ;

Properties

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

Description

Gets the state of the designer.

Use GetDesignerState to obtain a TDesignerState value that represents the current state of the Designer.

The result of GetDesignerState can have one or more of the following values: dsVisible, dsIconic, dsZoomed.

See Also