| OnShowDialog Event |
Applies to
TWPOneStyleDlg
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
This event is triggered when the dialog is displayed. It can be used to modify the dialog. Example:
procedure TForm1.WPBulletDlg1ShowDialog(Sender: TObject); begin (Sender as TWPBulletDialog).TabSheet3.TabVisible := FALSE; end; |
|
Copyright (C) by WP |