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. 

 

CanModify

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!