REST.Backend.ServiceComponents.TBackendQueryAdapter.GetCanActivate

From RAD Studio API Documentation

Delphi

function GetCanActivate: Boolean; override;

C++

virtual bool __fastcall GetCanActivate(void);

Properties

Type Visibility Source Unit Parent
function protected
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents TBackendQueryAdapter

Description

Getter method for the CanActivate property. {{#multireplace:REST.Backend.ServiceComponents.TBackendQueryAdapter.GetCanActivate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetCanActivate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.ObjectScope.TBindSourceAdapter.GetCanActivate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Getter method for the CanActivate property.

GetCanActivate determines whether the source adapter can be activated.

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

See Also