API:Vcl.SvcMgr.TPauseEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TPauseEvent = procedure(Sender: TService; var Paused: Boolean) of object;

C++

typedef void __fastcall (__closure *TPauseEvent)(TService* Sender, bool &Paused);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.SvcMgr.pas
Vcl.SvcMgr.hpp
Vcl.SvcMgr Vcl.SvcMgr

Description

Embarcadero Technologies does not currently have any additional information.