Data.Bind.Controls.TBindNavigatorController.Editing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Editing: Boolean read GetEditing;

C++

__property bool Editing = {read=GetEditing, nodefault};

Properties

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

Description

Determines whether the data provided by the data source is in editing mode.

The Editing property is True if the data provided by the data source is in editing mode, False otherwise.

See Also