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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 0 deletions
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
```

0 commit comments

Comments
 (0)