API:System.SyncObjs.TSynchroObject.WaitFor

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
System.SyncObjs.pas
System.SyncObjs.hpp
System.SyncObjs TSynchroObject

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。