REST.Backend.Providers.TBackendServiceComponent

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

REST.Backend.Providers.TBackendServiceComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTBackendServiceComponent

Delphi

TBackendServiceComponent = class(TComponent, IBackendServiceComponent)
TBackendServiceComponent<TI: IBackendService; T: Class> = class(TBackendServiceComponent)

C++

class PASCALIMPLEMENTATION TBackendServiceComponent : public System::Classes::TComponent
template<typename TI, typename T> class PASCALIMPLEMENTATION TBackendServiceComponent__2 : public TBackendServiceComponent

プロパティ

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


説明

プロバイダ コンポーネントの基底クラスです。

TBackendServiceComponent は、プロバイダ コンポーネントの基底クラスです。TBackendServiceComponent クラスでは、LiveBinding をサポートしていません。

関連項目