System.SyncObjs.TSynchroObject.WaitFor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function WaitFor(Timeout: Cardinal = INFINITE): TWaitResult; overload; virtual;
function WaitFor(const Timeout: TTimeSpan): TWaitResult; overload;

C++

virtual System::Types::TWaitResult __fastcall WaitFor(unsigned Timeout = (unsigned)(0xffffffff))/* overload */;
System::Types::TWaitResult __fastcall WaitFor(const System::Timespan::TTimeSpan &Timeout)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSynchroObject

Beschreibung

Wird nicht verwendet.

Die Methode WaitFor wird zur Zeit nicht verwendet. Sie wird immer wrError zurückgeben.

Siehe auch