Data.Bind.Controls.TBindNavigatorController.Editing

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 Editing: Boolean read GetEditing;

C++

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

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