type ICefPrintDialogCallback = interface(ICefBaseRefCounted)
Callback interface for asynchronous continuation of print dialog requests.
UNKNOWN
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_print_handler_capi.h">CEF source file: /include/capi/cef_print_handler_capi.h (cef_print_dialog_callback_t))
procedure cont(const settings: ICefPrintSettings); |
|
procedure cancel; |
procedure cont(const settings: ICefPrintSettings); |
|
Continue printing with the specified |settings|. Attributes
|
procedure cancel; |
|
Cancel the printing. |