Project: Message Dialogue Components.
Unit: PJMessageDialog.
Class: TPJVCLMsgDlg
Applies to: ~>3.0
function CreateDialog: TForm;
The CreateDialog method creates an instance of a dialogue box and returns it. This instance is customised according to the component’s properties. However, no sound is played by this method regardless of the state of the MakeSound property.
Note that the method’s caller is responsible for showing and freeing dialogue box instances created by this method.