type TCefPrintDialogCallbackRef = class(TCefBaseRefCountedRef, ICefPrintDialogCallback)
This item has no description.
| Protected | procedure cont(const settings: ICefPrintSettings); |
| Protected | procedure cancel; |
| Public | class function UnWrap(data: Pointer): ICefPrintDialogCallback; |
| Protected | procedure cont(const settings: ICefPrintSettings); |
|
This item has no description. Showing description inherited from ICefPrintDialogCallback.cont. Continue printing with the specified |settings|. | |
| Protected | procedure cancel; |
|
This item has no description. Showing description inherited from ICefPrintDialogCallback.cancel. Cancel the printing. | |
| Public | class function UnWrap(data: Pointer): ICefPrintDialogCallback; |
|
This item has no description. | |