API:REST.BindSource.TRESTComponentAdapter.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
REST.BindSource.pas
REST.BindSource.hpp
REST.BindSource TRESTComponentAdapter

Description

Getter method for the CanModify property.

REST.BindSource.TRESTComponentAdapter.GetCanModify inherits from Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify. All content below this line refers to Data.Bind.ObjectScope.TBindSourceAdapter.GetCanModify.

Getter method for the CanModify property.

GetCanModify returns whether the source adapter can modify data.

Note: This method always returns False, so descendant classes must override the GetCanModify method to return True if the source adapter can modify data or False otherwise.

See Also