System.MonitorSupport

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

MonitorSupport: PMonitorSupport;

Properties

Type Visibility Source Unit Parent
variable public System.pas System System

Description

Pointer to a set of function pointers.

MonitorSupport is a pointer to a structure that contains a set of function pointers used for TObject monitor support. By default, no monitor support is provided, unless the SysUtils unit is included.

Note: Do not change the value of MonitorSupport directly. Even though you can provide your own monitor support, changing its value might change the order of unit initialization, which can generate errors.

See Also