Data.DB.TField.GetCanModify
Delphi
function GetCanModify: Boolean; virtual;
C++
virtual bool __fastcall GetCanModify(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Returns whether the field's contents can be modified.
Call the GetCanModify method to return whether the field can be modified or not. If the field is read-only, GetCanModify returns False. If the dataset is read-only, GetCanModify returns False. Otherwise, GetCanModify returns True.