Data.Bind.ObjectScope.TBindSourceAdapter.CanApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanApplyUpdates: Boolean read GetCanApplyUpdates;

C++

__property bool CanApplyUpdates = {read=GetCanApplyUpdates, 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 apply updates.

Read CanApplyUpdates to determine if the source adapter can apply updates. This property uses the getter method GetCanApplyUpdates, that returns True if the source adapter can apply updates or False otherwise.

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

See Also