System.SyncObjs.TConditionVariableMutex.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TConditionVariableMutex();

Properties

Type Visibility Source Unit Parent
constructor public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TConditionVariableMutex

Description

Initializes the mutex condition variable.

Call Create to initialize the mutex condition variable.

See Also