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.

ButtonGlyph property

Project: About Box Component

Unit: PJAbout.

Class: TPJAboutBoxDlg

Applies to: ~>3.6

property ButtonGlyph: TPJAboutBtnGlyphs;

type TPJAboutBtnGlyphs = (
  abgOK, abgCancel, abgIgnore, abgClose, abgNone
);

Description

The About box contains one button which is used to close the dialog box. The button can display a glyph (bitmap) to indicate its use. This property is used to determine which (if any) glyph to display. Valid values for the property and their meanings are as follows:

Value Meaning
abgOK A green check mark appears on the button face.
abgCancel A red cross appears on the button face.
abgIgnore A green man walking away appears on the button face.
abgClose A door appears on the button face.
abgNone No glyph is displayed on the button.

ButtonGlyph defaults to abgNone.