REST.Backend.ServiceComponents.TBackendAuth

提供: RAD Studio API Documentation
移動先: 案内検索

REST.Backend.ServiceComponents.TCustomBackendAuthREST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponentTBackendAuth

Delphi

TBackendAuth = class(TCustomBackendAuth)

C++

class PASCALIMPLEMENTATION TBackendAuth : public TCustomBackendAuth

プロパティ

種類 可視性 ソース ユニット
class public
REST.Backend.ServiceComponents.pas
REST.Backend.ServiceComponents.hpp
REST.Backend.ServiceComponents REST.Backend.ServiceComponents

説明


LiveBinding をサポートしているバックエンド コンポーネントの基底クラスです。

REST.Backend.ServiceComponents.TBackendAuth は REST.Backend.BindSource.TBackendBindSourceComponent を継承しています。以下の内容はすべて REST.Backend.BindSource.TBackendBindSourceComponent を参照しています。

LiveBinding をサポートしているバックエンド コンポーネントの基底クラスです。

TBackendBindSourceComponent は、LiveBinding をサポートしているバックエンド コンポーネントの基底クラスです。

LiveBinding をサポートしているバックエンド コンポーネントの例としては、TBackendBindSourceComponent クラスを継承する TBackendQuery があります。

関連項目