EPUB | CHM | PDF

TPSQLDatabase.Properties.ErrorVerbosity

Top Previous Next

Determines the verbosity of messages returned.

Syntax:

type
  TErrorVerbosity = (evTERSE, evDEFAULT, evVERBOSE);
property ErrorVerbosity: TErrorVerbosity;

Description:

In evTERSE mode, returned messages include severity, primary text, and position only; this will normally fit on a single line.

The evDEFAULT mode produces messages that include the above plus any detail, hint, or context fields (these might span multiple lines).

The evVERBOSE mode includes all available fields.

See also: EPSQLDatabaseError