Skip to content

Commit a029564

Browse files
committed
Update TComputerInfo docs re new TPJBiosInfo class
Added cross references from TComputerInfo's BiosVendor, SystemManufacturer and SystemProductName methods re the new & similar TPJBiosInfo's methods of the same names.
1 parent a30a09d commit a029564

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

SysInfo/5/API/TPJComputerInfo-BiosVendor.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ class function BiosVendor: string;
1515
## Description
1616

1717
Returns the name of the vendor / manufacturer of the computer's BIOS.
18+
19+
## Note
20+
21+
The returned value may be, but is not guaranteed to be, the same as that returned by _[TPJBiosInfo.BiosVendor](./TPJBiosInfo-BiosVendor.md)_.

SysInfo/5/API/TPJComputerInfo-SystemManufacturer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ class function SystemManufacturer: string;
1717
Returns the name of the host computer's manufacturer.
1818

1919
The returned name does not include the computer's model (product) name. To get that, use the _[SystemProductName](./TPJComputerInfo-SystemProductName.md)_ property.
20+
21+
## Note
22+
23+
The returned value may be, but is not guaranteed to be, the same as that returned by _[TPJBiosInfo.SystemManufacturer](./TPJBiosInfo-SystemManufacturer.md)_.

SysInfo/5/API/TPJComputerInfo-SystemProductName.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ class function SystemProductName: string;
1717
Returns the model (product) name of the host computer.
1818

1919
The returned name does not include the computer's manufacturer. To get that, use the _[SystemManufacturer](./TPJComputerInfo-SystemManufacturer.md)_ property.
20+
21+
## Note
22+
23+
The returned value may be, but is not guaranteed to be, the same as that returned by _[TPJBiosInfo.SystemProductName](./TPJBiosInfo-SystemProductName.md)_.

0 commit comments

Comments
 (0)