DesignIntf.IProperty70.IsDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDefault: Boolean read GetIsDefault;

C++

__property bool IsDefault = {read=GetIsDefault};

Properties

Type Visibility Source Unit Parent
property 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. 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.

See Also