Data.DB.TDataSetField.GetCanModify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCanModify: Boolean; override;

C++

virtual bool __fastcall GetCanModify();

Properties

Type Visibility Source Unit Parent
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSetField

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 not read-only, the dataset is not read-only either, the nested dataset is assigned and is active, then GetCanModify returns True. Otherwise, GetCanModify returns False.

See Also