Data.Bind.Controls.TBindNavigatorController.CanModify

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Unit: Data.Bind.Controls
Parent: TBindNavigatorController

Delphi

property CanModify: Boolean read GetCanModify;

C++

__property bool CanModify = {read=GetCanModify, nodefault};

Description

Determines whether you can modify data specified by the data source, through binding expressions that are internally used by this binding navigator.

The CanModify property is True if you can modify the data specified by the data source, through binding expressions that are used internally by this binding database navigator, False otherwise.

See Also