API:FireDAC.Stan.Util.TFDThread.Synchronize

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

Delphi

class procedure Synchronize(AMethod: TThreadMethod); overload;

C++

__classmethod void __fastcall Synchronize(System::Classes::TThreadMethod AMethod)/* overload */;
inline void __fastcall  Synchronize(System::Classes::_di_TThreadProcedure AThreadProc){ System::Classes::TThread::Synchronize(AThreadProc); }
inline void __fastcall  Synchronize(System::Classes::TThread* const AThread, System::Classes::TThreadMethod AMethod){ System::Classes::TThread::Synchronize(AThread, AMethod); }
inline void __fastcall  Synchronize(System::Classes::TThread* const AThread, System::Classes::_di_TThreadProcedure AThreadProc){ System::Classes::TThread::Synchronize(AThread, AThreadProc); }

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util TFDThread

説明

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