EMS.Services.TEMSApplicationService.AddStartupNotification

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class procedure AddStartupNotification(AProc: TProc); // FIFO order

C++

__classmethod void __fastcall AddStartupNotification(System::Sysutils::_di_TProc AProc);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
EMS.Services.pas
EMS.Services.hpp
EMS.Services TEMSApplicationService


Beschreibung

Plant die angegebene Prozedur für die Ausführung während des Startens des EMS-Servers ein.

Geplante Prozeduren werden in der FIFO-Reihenfolge (first in, first out) ausgeführt.

Siehe auch