DesignIntf.IProperty70.GetIsDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetIsDefault: Boolean;

C++

virtual bool __fastcall GetIsDefault() = 0 ;

Properties

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

Description

Returns True if the current value is the default value for this property.

Non-default values will be in bold. Likewise, if IProperty70 is not implemented, values will not be in bold. In general, it should return True if a given property will not be stored in the form file.

GetIsDefault is the getter method for the IsDefault property.

See Also