Data.Bind.ObjectScope.TBaseObjectBindSource.Editing
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBaseObjectBindSource |
Delphi
property Editing: Boolean read GetEditing;
C++
__property bool Editing = {read=GetEditing, nodefault};
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
.