JVCL Help:CreateHandlerForStyle

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

Search in JVCL Help

 
Search in all projects
 

Summary

Creates a style handler for the specified desktop alert window.

run\JvDesktopAlert.pas


Pascal

 run\JvDesktopAlert.pas
 functionCreateHandlerForStyle(Style: TJvAlertStyle; OwnerForm: TJvCustomFormDesktopAlert): TJvCustomDesktopAlertStyleHandler;


Parameters

Parameters Description
Style: TJvAlertStyle The style to create a handler for.
OwnerForm: TJvCustomFormDesktopAlert The alert window that the style applies to.

run\JvDesktopAlert.pas


Description

CreateHandlerForStyle is called internally by the TJvDesktopAlert when its AlertStyle property changes.
You should never have to call this function yourself.

run\JvDesktopAlert.pas


See Also

TJvAlertStyle, TJvCustomDesktopAlertStyleHandler, TJvDesktopAlert

run\JvDesktopAlert.pas


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