Vcl.CmAdmCtl.TCOMAdminCatalogObject.IsPropertyReadOnly

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

Delphi

function  IsPropertyReadOnly(const bstrPropName: WideString): WordBool;

C++

System::WordBool __fastcall IsPropertyReadOnly(const System::WideString bstrPropName);

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogObject

説明

指定したプロパティが読み出し専用であるかどうかを示します。

IsPropertyReadOnly メソッドを呼び出すと,Value プロパティで特定のプロパティを設定できるかどうかを調べることができます。IsPropertyReadOnly が true を返した場合は,Value でプロパティの値を読み出すことはできますが,設定することはできません。IsPropertyReadOnly が false を返した場合は,Value でプロパティの値を設定することもできます。

bstrPropName パラメータは,対象となるプロパティの名前です。

関連項目