System.Classes.GlobalNameSpace

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GlobalNameSpace: IReadWriteSync;

C++

extern DELPHI_PACKAGE System::Sysutils::_di_IReadWriteSync GlobalNameSpace;

Properties

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

Description

GlobalNameSpace is used internally by the VCL framework.

The GlobalNameSpace variable is used to synchronize multiple threads that access shared resources in the Classes unit.

See Also