System.SyncObjs.TSpinLock.IsThreadTrackingEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsThreadTrackingEnabled: Boolean read GetIsThreadTrackingEnabled;

C++

__property bool IsThreadTrackingEnabled = {read=GetIsThreadTrackingEnabled};

Properties

Type Visibility Source Unit Parent
property public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSpinLock

Description

Used to check whether thread tracking is enabled.

IsThreadTrackingEnabled returns True if thread tracking is enabled for this instance of TSpinLock and False otherwise.

See Also