Raise an EDatabaseError exception with a formatted message.
Source position: db.pas line 2511
procedure DatabaseErrorFmt( |
const Fmt: string; |
const Args: array of Const |
); overload; |
const Fmt: string; |
const Args: array of Const; |
Comp: TComponent |
); overload; |
Fmt |
|
Formatting string. |
Args |
|
Formatting arguments. |
Fmt |
|
Formatting string. |
Args |
|
Formatting arguments. |
Comp |
|
Prepend the name of this Component to the message. |
DatabaseErrorFmt raises an EDatabaseError exception, passing it a message made by calling #rtl.sysutils.format with the fmt and Args arguments. If Comp is specified, the name of the component is prepended to the message.
|
Raise an EDatabaseError exception. |
|
|
Base class for all database-related errors. |