Skip to main content

TdxServerModeDataSource.ReadOnly Property

Controls if data editing is allowed within the data source.

Declaration

property ReadOnly: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

This property is in effect only if the data source is linked to a database table. Set this property to True to prohibit the control bound to the data source from modifying data in the target table.

The default value of the ReadOnly property is False.

See Also