Data.Bind.ObjectScope.TBindSourceAdapter.CanActivate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CanActivate: Boolean read GetCanActivate;

C++

__property bool CanActivate = {read=GetCanActivate, 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 be activated.

Read CanActivate to determine if the source adapter can be activated. This property uses the getter method GetCanActivate, that returns True if the source adapter can be activated or False otherwise.

Note: The GetCanActivate method always returns True, so descendant classes must override this method.

See Also