Welcome to the new DelphiDabbler Code Library Documentation.

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.

Message Dialogue Components Programmer’s Guide

Applies to: ~>3.0

Introduction

This section of the Message Dialogue Components documentation describes the API exposed by the components to programmers.

Contents

Units

Unit Description
PJMessageDialog The only unit in this project. Contains both components and their registration code.

Classes

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.

Other

Item Description
Register Do not use. Routine called by the IDE at design time to register the components.

Conventions

This documentation complies with these conventions.