API:System.SyncObjs.TSpinLock.TryEnter
Delphi
function TryEnter: Boolean; overload; inline;
function TryEnter(Timeout: Cardinal): Boolean; overload;
function TryEnter(const Timeout: TTimeSpan): Boolean; overload;
C++
bool __fastcall TryEnter()/* overload */;
bool __fastcall TryEnter(unsigned Timeout)/* overload */;
bool __fastcall TryEnter(const System::Timespan::TTimeSpan &Timeout)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.SyncObjs.pas System.SyncObjs.hpp | System.SyncObjs | TSpinLock | 
Description
Embarcadero Technologies does not currently have any additional information.