FireDAC.Stan.Util.TFDThread.Synchronize

From RAD Studio API Documentation
Jump to: navigation, search

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); }

Properties

Type Visibility Source Unit Parent
procedure
function
public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util TFDThread

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!