Data.DB.TField.CanModify
Delphi
property CanModify: Boolean read GetCanModify;
C++
__property bool CanModify = {read=GetCanModify, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Specifies whether a field can be modified.
Check CanModify to determine if a field's data can be edited. CanModify is true only if the ReadOnly property is false, and the dataset for this field component allows write access to the corresponding database field.