API:Data.Bind.ObjectScope.TListBindSourceAdapter.GetCanDelete
Delphi
function GetCanDelete: Boolean; override;
C++
virtual bool __fastcall GetCanDelete();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TListBindSourceAdapter |
Description
Getter method for the CanDelete property.
Data.Bind.ObjectScope.TListBindSourceAdapter.GetCanDelete inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetCanDelete. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetCanDelete.
Getter method for the CanDelete property.
GetCanDelete returns whether the source adapter can delete data.
- Note: This method always returns
False
, so descendant classes must override the GetCanDelete method to returnTrue
if the source adapter can delete data orFalse
otherwise.