Message Dialogue Components Programmer's Guide
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.