| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Is the link readonly
Source position: db.pas line 1785
|  public property TDataLink.ReadOnly : Boolean | 
ReadOnly can be set to True to indicate that the link is read-only, i.e. the connected control will not modify the dataset. Methods as TDatalink.Edit will check this property and fail if the link is read-only. This setting has no effect on the communication of dataset events to the datalink: the TDatalink.Active property can be used to disable delivey of events to the datalink.
| 
 | Is the link active | |
| 
 | Set the dataset in edit mode, if possible |