DesignIntf.IDesigner60.GetIsDormant

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsDormant: Boolean;

C++

virtual bool __fastcall GetIsDormant() = 0 ;

Properties

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

Description

Returns the value of the IsDormant property.

GetIsDormant is the read implementation of the IsDormant property.

See Also