LMD SysPack is a collection of 27 native VCL components that can be compiled into your application royalty free. StoragePack controls are used to save/restore application configuration data. The controls of this package are used mainly for retrieving extensive system information. Several system settings can also be set. New in version 2 are controls which can be used to display supported information data visually (using the Explorerlook with Tree-/Listview controls).
For recent Delphi releases LMD VCL package support same platforms as the VCL which is included in the IDE (e.g. Delphi 2009 officially supports Win2k or better only)
Tab "LMD Sys Info" |
|
TLMDSysNetwork Information about the installed network adapters and protocol settings. |
|
TLMDSysModem Information about the available modem. |
|
TLMDSysInternet Information about he internet capabilities. |
|
TLMDSysFileAssoc Information about the file associations valid in the current system. |
|
TLMDSysMultimedia Information about the system multimedia capabilities. |
|
TLMDSysFonts Detailed information about the installed fonts. |
|
TLMDSysUninstall System software uninstall information. |
|
TLMDSysInfoListView The TLMDSysInfoListView control is used to display system info data retrieved by LMD SysPack nonvisual info controls. The component can be either connected to a System Info control like TLMDSysMemory or TLMDSysProcessor to visualize the corresponding info data or it can be connected to a TLMDSysInfoTreeView which controls data display then. |
|
TLMDSysNetworkEnumerator The TLMDSysNetworkEnumerator control is used to enumerate all items (domains, computers, shared resources and printers etc.). in a network. Connecting a TLMDSysNetTreeView control the network structure can be displayed visually in a tree view. |
|
TLMDSysProcessor Information about the system processors. |
|
TLMDSysPrinters Information about the available printers. |
|
TLMDSysWindows Information aboutt windows settings / paths. |
|
TLMDSysTimeZone Information about the current time zone. |
|
TLMDSysNetTreeView The TLMDSysNetTreeView control is used to display a network structure which was retrieved by a TLMDSysNetworkEnumerator control. |
|
TLMDSysEventListView The TLMDSysEventListView control is used to display event log data which was retrieved by a TLMDSysEventLog control. It supports all features like the Windows Event Log display like sorted columns etc. |
|
TLMDSysInfoTreeView The TLMDSysInfoTreeView control is used to display hierarchical data provided by LMD SysPack nonvisual info controls (mainly from TLMDSysSystemInfo, but also from e.g. TLMDSyDisplay). Together with TLMDSysInfoListView an Explorer like browser for system info data can be created without any coding |
|
TLMDSysPowerStatus Information about the system power status. |
|
TLMDSysMemory Information about system memory (amount, usage). |
|
TLMDSysLocale Locale information. |
|
TLMDSysDisplay Information about the system display capabilities. |
|
TLMDSysDrives The TLMDSysDrives control replaces TLMDSysDrive which was included in SysPack 1. Unlike its predecessor this control can not handle the info data for one drive but the info for all drives is stored in a TCollection class instead. |
|
TLMDSysEventLog The TLMDSysEventLog control provides extended access to the different event logs on Windows NT/2K/XP systems. A built-in dialog is provided to display event info details (as known from the Windows Event Log). |
|
TLMDSysDrive Information about a system drive/partition. |
|
TLMDSysKeyboard Information about the system keyboard. |
|
TLMDSysMouse Extracts information about the mouse installed in the system. |
|
TLMDSysLog Special logging component for actions done with one of the system info component. |
|
TLMDSysSystemInfo Mighty system info component. Encapsulates all information, which can be extracted by using the more specific, partial sys info components. |