TurboDB VCL Component Library

TTdbTable.ReadOnly

TTdbTable

Previous  Top  Next

Indicates, if clients can modify the data set.

Delphi syntax:

property ReadOnly: Boolean;

C++ syntax:

__property bool ReadOnly = {read=FReadOnly, write=SetReadOnly, nodefault};

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.