DesignIntf.IDesigner60.GetIsDormant

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetIsDormant: Boolean;

C++

virtual bool __fastcall GetIsDormant() = 0 ;

Description

Returns the value of the IsDormant property.

GetIsDormant is the read implementation of the IsDormant property.

See Also