TConfirmEvent type
Unit
QDB
Declaration
TConfirmEvent = procedure(Sender : TObject; var OK : boolean) of object;
Description
Events of this type are used to elicit confirmation from the user that some operation should go ahead. See
BeforeOverWrite
and
BeforeKill
.