DesignIntf.IHostForm.GetDesignerState
Delphi
function GetDesignerState: TDesignerState;
C++
virtual Designertypes::TDesignerState __fastcall GetDesignerState() = 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
.