Skip to content

Commit b996659

Browse files
committed
Merge branch 'verinfo-twiddle-wakkas'
2 parents 89b3cb6 + 4740ba6 commit b996659

26 files changed

+76
-5
lines changed

VerInfo/3/API/Routines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ These functions are provided mainly for users of Delphi 2005 and earlier who don
88

99
## VerNumToStr
1010

11-
***Introduced:*** v3.3
11+
**Applies to:** ~>3.3
1212

1313
```pascal
1414
function VerNumToStr(const Ver: TPJVersionNumber): string;
@@ -42,7 +42,7 @@ Users of Delphi 2006 and later can simply assign a [_TPJVersionNumber_](./TPJVer
4242

4343
## CompareVerNums
4444

45-
***Introduced:*** v3.3
45+
**Applies to:** ~>3.3
4646

4747
```pascal
4848
function CompareVerNums(const Ver1, Ver2: TPJVersionNumber): Integer;

VerInfo/3/API/TPJVersionInfo-CharSet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

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

VerInfo/3/API/TPJVersionInfo-CharSetCode.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

9+
**Applies to:** ~>3.0
10+
911
```pascal
1012
property CharSetCode: WORD;
1113
```

VerInfo/3/API/TPJVersionInfo-CurrentTranslation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

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

VerInfo/3/API/TPJVersionInfo-FileFlags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

9+
**Applies to:** ~>3.0
10+
911
```pascal
1012
property FileFlags: DWORD;
1113
```

VerInfo/3/API/TPJVersionInfo-FileFlagsMask.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

9+
**Applies to:** ~>3.0
10+
911
```pascal
1012
property FileFlagsMask: DWORD;
1113
```

VerInfo/3/API/TPJVersionInfo-FileName.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

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

VerInfo/3/API/TPJVersionInfo-FileOS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

9+
**Applies to:** ~>3.0
10+
911
```pascal
1012
property FileOS: DWORD;
1113
```

VerInfo/3/API/TPJVersionInfo-FileSubType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

9+
**Applies to:** ~>3.0
10+
911
```pascal
1012
property FileSubType: DWORD;
1113
```

VerInfo/3/API/TPJVersionInfo-FileType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
***Class:*** [_TPJVersionInfo_](./TPJVersionInfo.md)
88

9+
**Applies to:** ~>3.0
10+
911
```pascal
1012
property FileType: DWORD;
1113
```

0 commit comments

Comments
 (0)