Data.DB.TDataLink.Editing
Delphi
property Editing: Boolean read FEditing;
C++
__property bool Editing = {read=FEditing, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TDataLink |
Description
Indicates whether the DataSource is in edit mode.
Read Editing to determine whether the DataSource is inserting a new record into the dataset, or modifying the current record. To change the dataset into edit mode, and hence the Editing property to true, use the Edit method.