Data.Bind.ObjectScope.TBaseObjectBindSource.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.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBaseObjectBindSource

Description

Indicates whether the data is in edit mode.

Read Editing to determine whether the bind source adapter can currently edit the data. If the Editing property is True, the data provided by the bind source adapter is in editing mode. Otherwise, it is False.

See Also