Data.Bind.ObjectScope.TBindSourceAdapter.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
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindSourceAdapter

Description

Indicates if the source adapter can modify data.

Read CanModify to determine if the source adapter can modify data. This property uses the getter method GetCanModify, that returns True if the source adapter can modify data or False otherwise.

Note: The GetCanModify method always returns False, so descendant classes must override this method.

See Also