Skip to content

Commit 7e77eed

Browse files
committed
Update sysinfo page re release v5.32.0
1 parent 2facf3e commit 7e77eed

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

_software/sysinfo.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
layout: "codelib-tplt"
44
group: lib
55
priority: 11
6-
version: "5.31.0"
7-
release-date: "2025-01-01"
6+
version: "5.32.0"
7+
release-date: "2025-04-02"
88
platforms: ["Win32", "Win64"]
99
frameworks: ["RTL"]
1010
compatibility: "Delphi 7 & later"
1111
title: "System Information Unit"
1212
precis: "Gets information about the host computer and operating system"
13-
summary: "Source code of a unit containing static classes, constant, type definitions and routines to provide information about the host computer and operating system."
13+
summary: "Source code of a unit containing classes, constant, type definitions and routines to provide information about the host computer and operating system."
1414
meta-title: "System Information Classes for Delphi Pascal | Open Source | 32 & 64 bit"
15-
meta-desc: "A set of Delphi Pascal static classes that provide information about the host computer & Windows version information and system folders. Requires Delphi 7 & later."
15+
meta-desc: "A set of Delphi Pascal classes that provide information about the host computer & Windows version information and system folders. Requires Delphi 7 & later."
1616
download-base-url: "https://sourceforge.net/projects/ddablib/files/sysinfo/"
1717
repo-url: "https://github.com/ddablib/sysinfo"
1818
docs-url: "https://lib-docs.delphidabbler.com/SysInfo/"
@@ -30,26 +30,32 @@ <h2 class="panel-title">
3030
</div>
3131
<div class="panel-body">
3232
<p>
33-
This unit contains a group of static classes and some global variables that provide information about the user's computer system and operating system. Some useful constants and type definitions are also included. The static classes are:
33+
This unit contains a group of three static classes, one ordinary class some global variables that provide information about the user's computer system and operating system. Some useful constants and type definitions are also included. The classes are:
3434
</p>
3535
<dl>
3636
<dt>
3737
TPJComputerInfo
3838
</dt>
3939
<dd>
40-
Provides information about the host computer and current user.
40+
Static class that provides information about the host computer and current user.
4141
</dd>
4242
<dt>
4343
TPJSystemFolders
4444
</dt>
4545
<dd>
46-
Gets the full path of certain system folders.
46+
Static class that gets the full path of certain system folders.
4747
</dd>
4848
<dt>
4949
TPJOSInfo
5050
</dt>
5151
<dd>
52-
Supplies information about the operating system including the platform, product name, product ID, version and service packs.
52+
Static class that supplies information about the operating system including the platform, product name, product ID, version and service packs.
53+
</dd>
54+
<dt>
55+
TPJBiosInfo
56+
</dt>
57+
<dd>
58+
Class that provides information about the computer's BIOS.
5359
</dd>
5460
</dl>
5561
<p>

0 commit comments

Comments
 (0)