Data.Bind.ObjectScope.TBindSourceAdapter.CanActivate

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 CanActivate: Boolean read GetCanActivate;

C++

__property bool CanActivate = {read=GetCanActivate, nodefault};

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