[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should the dataset be put in edit mode automatically
Source position: db.pas line 1873
published property TDataSource.AutoEdit : Boolean |
AutoEdit can be set to True to prevent visual controls from putting the dataset in edit mode. Visual controls use the TDatasource.Edit method to attempt to put the dataset in edit mode as soon as the user changes something. If AutoEdit is set to False then the Edit method does nothing. The effect is that the user must explicitly set the dataset in edit mode (by clicking some button or some other action) before the fields can be edited.
|
Put the dataset in edit mode, if needed |
|
|
Set the dataset in editing mode. |