DesignIntf.IProperty70.IsDefault
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IProperty70 |
Delphi
property IsDefault: Boolean read GetIsDefault;
C++
__property bool IsDefault = {read=GetIsDefault};
Description
Returns True if the current value is the default value for this property.
Non-default values will be in bold. 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.