REST.Backend.Providers.TBackendAPIThread.Start

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Start(const ASender: TObject; const AEvent: TExecuteEvent; const AExecuteProc: TExecuteProc); overload;
procedure Start(const AExecuteProc: TExecuteProc); overload;
procedure Start(const ASender: TObject; const AEvent: TExecuteEvent);  overload;

C++

void __fastcall Start(System::TObject* const ASender, const _dt_Rest_Backend_Providers_2 AEvent, const System::DelphiInterface<System::Sysutils::TProc__1<T> > AExecuteProc)/* overload */;
void __fastcall Start(const System::DelphiInterface<System::Sysutils::TProc__1<T> > AExecuteProc)/* overload */;
void __fastcall Start(System::TObject* const ASender, const _dt_Rest_Backend_Providers_3 AEvent)/* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.Providers.pas
REST.Backend.Providers.hpp
REST.Backend.Providers TBackendAPIThread

Description

Embarcadero Technologies does not currently have any additional information.