Data.Bind.ObjectScope.TBindSourceAdapter.GetCanDelete
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindSourceAdapter |
Delphi
function GetCanDelete: Boolean; virtual;
C++
virtual bool __fastcall GetCanDelete();
Description
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.