System.SyncObjs.TSpinLock.IsThreadTrackingEnabled

From RAD Studio API Documentation
Revision as of 00:20, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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