API:FireDAC.Phys.ODBCWrapper.TODBCTracer.Create
Delphi
constructor Create(const AMonitor: IFDMoniClient; ALib: TODBCLib);
C++
__fastcall TODBCTracer(const Firedac::Stan::Intf::_di_IFDMoniClient AMonitor, TODBCLib* ALib);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | FireDAC.Phys.ODBCWrapper.pas FireDAC.Phys.ODBCWrapper.hpp |
FireDAC.Phys.ODBCWrapper | TODBCTracer |
Description
Creates an instance of a thread object. FireDAC.Phys.ODBCWrapper.TODBCTracer.Create inherits from System.Classes.TThread.Create. All content below this line refers to System.Classes.TThread.Create.
Creates an instance of a thread object.
Call Create to create a thread in an application. If CreateSuspended is false, Execute is called immediately after the constructor. If CreateSuspended is true, Execute is not called until after the Start method is called.