REST.Backend.Providers.TBackendAPIThread.Start

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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 */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
REST.Backend.Providers.pas
REST.Backend.Providers.hpp
REST.Backend.Providers TBackendAPIThread

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.