Project: About Box Component
Unit: PJAbout.
Class: TPJAboutBoxDlg
Applies to: ~>3.6
property ButtonKind: TPJAboutBtnKinds;
type TPJAboutBtnKinds = (
abkOK, abkDone, abkClose, abkCancel
);
The About box contains one button which is used to close the dialog box. The button can display different text to indicate its use. The ButtonKind property is used to determine which text to display. Valid values for the property and their meanings are as follows:
| Value | Text |
|---|---|
| abkOK | OK |
| abkDone | Done |
| abkClose | Close |
| abkCancel | Cancel |
The default value is abkOK.
The button captions are stored as string resources and can be translated.