DesignIntf.IProperty70.IsDefault

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsDefault: Boolean read GetIsDefault;

C++

__property bool IsDefault = {read=GetIsDefault};

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty70


説明

現在の値がこのプロパティのデフォルト値であった場合、True を返します。

非デフォルト値は、太字になります。 IProperty70 が実装されていない場合、値は太字になりません。 一般に、指定されたプロパティがフォームのファイル内に保存されていない場合、True を返すようになっています。

関連項目