API:Data.Bind.Components.IBindCompDesigner.IsReadOnly

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsReadOnly(ABindComp: TContainedBindComponent; AExpression: TBindCompDesignExpression): Boolean; overload;
function IsReadOnly(ABindComp: TContainedBindComponent; AItem: TCollectionItem): Boolean; overload;
function IsReadOnly(ABindComp: TContainedBindComponent; ACollection: TCollection): Boolean; overload;

C++

virtual bool __fastcall IsReadOnly(TContainedBindComponent* ABindComp, const TBindCompDesignExpression &AExpression) = 0 /* overload */;
virtual bool __fastcall IsReadOnly(TContainedBindComponent* ABindComp, System::Classes::TCollectionItem* AItem) = 0 /* overload */;
virtual bool __fastcall IsReadOnly(TContainedBindComponent* ABindComp, System::Classes::TCollection* ACollection) = 0 /* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components IBindCompDesigner

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !