You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _software/sysinfo.html
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,16 @@
3
3
layout: "codelib-tplt"
4
4
group: lib
5
5
priority: 11
6
-
version: "5.31.0"
7
-
release-date: "2025-01-01"
6
+
version: "5.32.0"
7
+
release-date: "2025-04-02"
8
8
platforms: ["Win32", "Win64"]
9
9
frameworks: ["RTL"]
10
10
compatibility: "Delphi 7 & later"
11
11
title: "System Information Unit"
12
12
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."
14
14
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."
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:
34
34
</p>
35
35
<dl>
36
36
<dt>
37
37
TPJComputerInfo
38
38
</dt>
39
39
<dd>
40
-
Provides information about the host computer and current user.
40
+
Static class that provides information about the host computer and current user.
41
41
</dd>
42
42
<dt>
43
43
TPJSystemFolders
44
44
</dt>
45
45
<dd>
46
-
Gets the full path of certain system folders.
46
+
Static class that gets the full path of certain system folders.
47
47
</dd>
48
48
<dt>
49
49
TPJOSInfo
50
50
</dt>
51
51
<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.
0 commit comments