JVCL Help:CreateHandlerForStyle
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: CreateHandlerForStyle function
[+] JvDesktopAlert.pas Functions
Search in JVCL Help
Search in all projectsSummary
Creates a style handler for the specified desktop alert window.
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. |
Description
CreateHandlerForStyle is called internally by the TJvDesktopAlert when its AlertStyle property changes.
You should never have to call this function yourself.
See Also
TJvAlertStyle, TJvCustomDesktopAlertStyleHandler, TJvDesktopAlert
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