Data.DBXCommon.TDBXTraceInfo.CustomCategory
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXTraceInfo |
Delphi
property CustomCategory: string read FCustomCategory write FCustomCategory;
C++
__property System::UnicodeString CustomCategory = {read=FCustomCategory, write=FCustomCategory};
Description
Represents a custom category for the trace information of a DBX database driver.
The CustomCategory property represents a custom category for the trace information of a DBX database driver. Use the CustomCategory property when a TDBXTraceFlag is set as TDBXTraceFlags.Custom.