FireDAC.Stan.Intf.TFDTraceFileColumns

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TFDTraceFileColumns = set of (tiRefNo, tiTime, tiThreadID, tiClassName, tiObjID, tiMsgText);

C++

typedef System::Set<Firedac_Stan_Intf__9, Firedac_Stan_Intf__9::tiRefNo, Firedac_Stan_Intf__9::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

See Also