Skip to content

Commit 8f93357

Browse files
committed
Use twiddle wakkas to indicate min ver in AboutBox
Each page was given an "Applies to: ~>3.6" twiddle-wakka. There were no exceptions.
1 parent af9b418 commit 8f93357

23 files changed

+46
-0
lines changed

AboutBox/3.6/API.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [About Box Component](../index.md) Programmers' Guide
22

3+
**Applies to:** ~>3.6
4+
35
## Introduction
46

57
This section of the _About Box Component_ documentation describes the API exposed by the unit to programmers.

AboutBox/3.6/API/TPJAboutBoxDlg-ButtonGlyph.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property ButtonGlyph: TPJAboutBtnGlyphs;
1113

AboutBox/3.6/API/TPJAboutBoxDlg-ButtonHeight.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property ButtonHeight: Integer;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-ButtonKind.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property ButtonKind: TPJAboutBtnKinds;
1113

AboutBox/3.6/API/TPJAboutBoxDlg-ButtonPlacing.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property ButtonPlacing: TPJAboutBtnPlacing;
1113

AboutBox/3.6/API/TPJAboutBoxDlg-ButtonWidth.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property ButtonWidth: Integer;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-CentreDlg.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property CentreDlg: Boolean;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-Copyright.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property Copyright: string;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-DlgLeft.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property DlgLeft: Integer;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-DlgTop.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property DlgTop: Integer;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-Execute.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
procedure Execute;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-Font.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property Font: TFont;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-HelpContext.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property HelpContext: THelpContext;
1113

AboutBox/3.6/API/TPJAboutBoxDlg-Notes.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property Notes: string;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-Position.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property Position: TPJAboutPosition;
1113

AboutBox/3.6/API/TPJAboutBoxDlg-ProgramName.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property ProgramName: string;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-Title.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property Title: string;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-UseOSStdFonts.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property UseOSStdFonts: Boolean;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-UseOwnerAsParent.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property UseOwnerAsParent: Boolean;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-Version.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property Version: string;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg-VersionInfo.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
**Class:** [_TPJAboutBoxDlg_](./TPJAboutBoxDlg.md)
88

9+
**Applies to:** ~>3.6
10+
911
```pascal
1012
property VersionInfo: TPJVersionInfo;
1113
```

AboutBox/3.6/API/TPJAboutBoxDlg.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
**Unit:** _PJAbout_.
66

7+
**Applies to:** ~>3.6
8+
79
This non-visual component encapsulates an About Box in a non-visual component. It is displayed by calling its [_Execute_](./TPJAboutBoxDlg-Execute.md) method. It has string properties to display five different pieces of information in the about box. They are: [_Copyright_](./TPJAboutBoxDlg-Copyright.md), [_Notes_](./TPJAboutBoxDlg-Notes.md), [_ProgramName_](./TPJAboutBoxDlg-ProgramName.md), [_Title_](./TPJAboutBoxDlg-Title.md) and [_Version_](./TPJAboutBoxDlg-Version.md).
810

911
Alternatively, the about box can display information from a _VERSIONINFO_ resource included in a program file. This is achieved by setting the [_VersionInfo_](./TPJAboutBoxDlg-VersionInfo.md) property to reference a [_TPJVersionInfo_](../../../VerInfo/3/API/TPJVersionInfo.md) component which extracts the required version information from an executable file.

AboutBox/3.6/Overview.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [About Box Component](../index.md) Overview
22

3+
**Applies to:** ~>3.6
4+
35
## Description
46

57
> This page provides an overview of the features of the About Box Component. If you are looking for information on programming with the component please see the [Programmers' Guide](./API.md).

0 commit comments

Comments
 (0)