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