JVCL Help:TJvComputerInfoEx.OnDisplayChange

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the user changes display settings.


Pascal

 TJvDisplayChangeEvent = procedure (Sender: TObject; BitsPerPixel, ScreenWidth, ScreenHeight: Integer) ofobject;
propertyOnDisplayChange: TJvDisplayChangeEvent;


Parameters

Parameters Description
ScreenWidth The new screen width
ScreenHeight The new screen height
Sender The object that triggered the event.
BitsPerPixel The new number of bits per pixel


Description

Write a handler for this event to take specific actions when the user changes his display settings. This event is triggered in response to a WM_DISPLAYCHANGE message.


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