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.

DlgTop property

Project: About Box Component

Unit: PJAbout.

Class: TPJAboutBoxDlg

Applies to: ~>3.6

property DlgTop: Integer;

Description

The DlgTop property determines the position of the top of the about dialog box in pixels. Whether the top of the dialog is aligned relative to the screen, the desktop work area or the owning control depends on the value of the Position property. The alignment may be adjusted to ensure the whole of the dialog can be seen.

If the CentreDlg property is true then DlgTop is ignored and the dialog is centred.

The default value is 0.