FireDAC.Stan.Intf.TFDTraceFileColumns
Delphi
TFDTraceFileColumns = set of TFDTraceFileColumn;
C++
typedef System::Set<TFDTraceFileColumn, TFDTraceFileColumn::tiRefNo, TFDTraceFileColumn::tiMsgText> TFDTraceFileColumns;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
set typedef |
public | FireDAC.Stan.Intf.pas FireDAC.Stan.Intf.hpp |
FireDAC.Stan.Intf | FireDAC.Stan.Intf |
Description
Specifies file column tracing.
TFDTraceFileColumns specifies file column tracing.
| Name | Description |
|---|---|
| tiRefNo | Line number |
| tiTime | Date and time |
| tiThreadID | Event source thread ID |
| tiClassName | Event source class name |
| tiObjID | Event source name |
| tiMsgText | Text message |