Icon ReadOnly Property

property ReadOnly: Boolean

Usage

Use the ReadOnly property to prevent any updates to the dataset. The default value is False, meaning users can insert, update, and delete rows in the dataset. When the ReadOnly property is True, the dataset's CanModify property is False.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image