Vcl.CmAdmCtl.TCOMAdminCatalogObject.IsPropertyReadOnly

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function  IsPropertyReadOnly(const bstrPropName: WideString): WordBool;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogObject

Description

Indique si une propriété spécifiée est en lecture seule.

Appelez IsPropertyReadOnly pour déterminer si vous pouvez utiliser la propriété Value pour définir une propriété spécifique. Si IsPropertyReadOnly renvoie true, vous pouvez utiliser Value pour lire la valeur de la propriété, mais pas pour la définir. Si IsPropertyReadOnly renvoie false, vous pouvez aussi utiliser Value pour définir la valeur de la propriété.

bstrPropName est le nom de la propriété.

Voir aussi