Data.Bind.Components.IBindCompDesigner.IsReadOnly
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: IBindCompDesigner |
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 */;
Description
Embarcadero Technologies does not currently have any additional information.