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.

ButtonPlacing property

Project: About Box Component

Unit: PJAbout.

Class: TPJAboutBoxDlg

Applies to: ~>3.6

property ButtonPlacing: TPJAboutBtnPlacing;

type TPJAboutBtnPlacing = (abpLeft, abpCentre, abpRight);

Description

The About box contains one button which is used to close the dialog box. The button is positioned at the bottom of the dialog box, but can be aligned left, centre or right. The ButtonPlacing property is used to determine which position the button occupies. Valid values for the property and their meanings are as follows:

Value Meaning
abpLeft Display the button at the bottom left of the dialog box.
abpCentre Display the button at the bottom centre of the dialog box.
abpRight Display the button at the bottom right of the dialog box.

The default value is abpCentre.