API:FireDAC.Stan.Util.TFDThread.Synchronize

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !