Data.Bind.ObjectScope.TBindSourceAdapter.CanApplyUpdates

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindSourceAdapter

Delphi

property CanApplyUpdates: Boolean read GetCanApplyUpdates;

C++

__property bool CanApplyUpdates = {read=GetCanApplyUpdates, nodefault};

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