This type is used for the TPgConnection.OnNotice event.
Unit
PgAccess
Syntax
TPgNoticeEvent = procedure (Sender: TObject; Errors: TPgErrors) of object;
Parameters
Sender
An object that raised the event.
Errors
Holds a collection of TPgError objects containing notices.