DesignIntf.IProperty70.GetIsDefault
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IProperty70 | |
Delphi
function GetIsDefault: Boolean;
C++
virtual bool __fastcall GetIsDefault() = 0 ;
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.