REST.Backend.ServiceComponents.TCustomBackendPush

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

REST.Backend.BindSource.TBackendBindSourceComponentAuthREST.Backend.BindSource.TBackendBindSourceComponentREST.Backend.BindSource.TBackendBindSourceComponentTCustomBackendPush

Delphi

TCustomBackendPush = class(TBackendBindSourceComponentAuth<IBackendPushService, TBackendPushApi>)

C++

class PASCALIMPLEMENTATION TCustomBackendPush : public Rest::Backend::Bindsource::TBackendBindSourceComponentAuth__2<Rest::Backend::Pushtypes::_di_IBackendPushService,Rest::Backend::Pushtypes::TBackendPushApi*>

プロパティ

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

説明


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

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

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

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

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

関連項目