JVCL Help:TJvComputerInfoEx.OnCompacting
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvComputerInfoEx.OnCompacting Event
[+] TJvComputerInfoEx Events
[+] TJvComputerInfoEx Methods
[+] TJvComputerInfoEx Properties
Search in JVCL Help
Search in all projectsSummary
Occurs when the system is compacting memory
Pascal
TJvCompactingEvent = procedure (Sender: TObject; Ratio: Integer) ofobject;
propertyOnCompacting: TJvCompactingEvent;
Parameters
Parameters | Description |
Ratio | Specifies the ratio of central processing unit (CPU) time currently spent by Windows compacting memory to CPU time currently spent by Windows performing other operations. For example, 0x8000 represents 50 percent of CPU time spent compacting memory. |
Sender | The object that triggered the event. |
Description
This event occurs when Windows detects more than 12.5 percent of system time over a 30- to 60-second interval is being spent compacting memory. This indicates that system memory is low. This event is triggered in response to a WM_COMPACTING message from the system.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page