Indicates whether the database underlying a dataset permits write access to data.
property CanModify: Boolean;
Description
This property is always True for an instance of TDataSet. Descendant classes, such as TQuery, TStoredProc, and TTable, redeclare and reimplement this property to perform meaningful tests to determine whether a dataset has write access to data.
|