Table of Contents

TServiceBody Anonymous method

A procedure type for the body of a service. The procedure runs on the thread the SCM creates for ServiceMain, not on the main thread.

Syntax

Unit: Sparkle.Host.WinService

TServiceBody = reference to procedure;