JVCL Help:TJvChangeThread.OnChangeNotify

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 a change has been detected.


Pascal

 TJvThreadNotifyEvent = procedure (Sender: TObject; Index: Integer) ofobject;
propertyOnChangeNotify: TJvThreadNotifyEvent;


Parameters

Parameters Description
Index The index of the item in Notifications that has detected a change.
Sender The object that triggered the event.


Description

Do not write an event handler for this event. An event handler is automatically assigned by the TJvChangeNotify component when the thread is created.


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