Data.Bind.Controls.TBindNavigatorController.CanInsert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanInsert: Boolean read GetCanInsert;

C++

__property bool CanInsert = {read=GetCanInsert, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Controls.pas
Data.Bind.Controls.hpp
Data.Bind.Controls TBindNavigatorController

Description

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

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

See Also