RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOTable.ReadOnly Property

Specifies whether the data retrieved is read-only.

Pascal
property ReadOnly: Boolean;
C++
__property Boolean ReadOnly;

Use the ReadOnly property to prevent users from updating, inserting, or deleting data through the TADOTable. By default, ReadOnly is False, meaning users can alter a table's data. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!