Vcl.DBCtrls.TFieldDataLink.CanModify

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanModify: Boolean read GetCanModify;

C++

__property bool CanModify = {read=GetCanModify, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

Indicates whether the Control can modify a field in the database table managed by TFieldDataLink.

Read CanModify to find out whether the Control that owns this TFieldDataLink is able to alter the data in the database that this field represents. CanModify may be false because the control is read-only, or because the underlying field does not permit updates.

See Also