This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.
Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.
Applies to: ~>3.0
This section of the Message Dialogue Components documentation describes the API exposed by the components to programmers.
Unit | Description |
---|---|
PJMessageDialog | The only unit in this project. Contains both components and their registration code. |
Class | Description |
---|---|
TPJWinMsgDlg | This light weight component wraps the Windows MessageBoxIndirect API call and displays a message box based on that provided by Windows. |
TPJVCLMsgDlg | This component creates a dialogue box that derives from a VCL TForm. It provides more flexibility than TPJWinMsgDlg. |
Item | Description |
---|---|
Register | Do not use. Routine called by the IDE at design time to register the components. |
This documentation complies with these conventions.