TTdbTable.ReadOnly
TTdbTable

Indicates, if clients can modify the data set.

property ReadOnly: Boolean;

Description
Set ReadOnly to True, if you want to open the data set in read-only mode. Calling a method that would modify the data set will then raise an exception.