TdxPageSetupDialog.OnShow Event
In This Article
Occurs when displaying the Page Setup dialog window.
#Declaration
Delphi
property OnShow: TNotifyEvent read; write;
#Remarks
Write an OnShow event handler to perform custom actions when activating the “Page Setup“ dialog window.
See Also