[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the dataset in edit mode
Source position: db.pas line 1783
public property TDataLink.Editing : Boolean |
Editing determines whether the dataset is in one of the edit states (dsEdit,dsInsert). It can be set into this mode by calling the TDatalink.Edit method. Never attempt to set the dataset in editing mode directly. The Edit method will perform the needed checks prior to setting the dataset in edit mode and will return True if the dataset was succesfully set in the editing state.
|
Set the dataset in edit mode, if possible |
|
|
Set the dataset in editing mode. |