Data.Bind.Controls.TBindNavigatorController.CanDelete
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.Controls.pas Data.Bind.Controls.hpp
| |
Unit: Data.Bind.Controls | |
Parent: TBindNavigatorController |
Delphi
property CanDelete: Boolean read GetCanDelete;
C++
__property bool CanDelete = {read=GetCanDelete, nodefault};
Description
Determines whether you can delete data specified by the data source, through binding expressions that are internally used by this binding navigator.
The CanDelete property is True if you can delete the data specified by the data source, through binding expressions that are used internally by this binding database navigator, False otherwise.