TdxPrintDialog.OnShow Event
In This Article
Occurs when opening a printer dialog.
#Declaration
Delphi
property OnShow: TNotifyEvent read; write;
#Remarks
Write an OnShow event handler to perform specific actions when displaying a dialog.
See Also