JVCL Help:TJvTabBarItem.OnGetModified
JVCL Help: TJvTabBarItem.OnGetModified Event
Search in JVCL Help
Search in all projectsSummary
Event handler signaled when reading the value of the Modified property.
Pascal
TJvGetModifiedEvent = procedure (Sender: TJvTabBarItem; varModified: Boolean) ofobject;
propertyOnGetModified: TJvGetModifiedEvent;
Parameters
Parameters | Description |
Modified | Value derived in the event handler for the Modified property. |
Sender | Collection item generating the event notification. |
Description
OnGetModified is a TJvGetModifiedEvent property that represents the event handler signaled when reading the value for the Modified property.
OnGetModified allows the application to implement code that is executed each time a value is read for the Modified property. Applications must assign a procedure to the event handler to allow responding to the event notification. The procedure can be used to update the Modified argument based on the logic required for the application.
When OnGetModified is unassigned, the unaltered value in the Modified property is used.
Use OnGetEnabled to derive the value for the Enabled property in the collection item.
See Also
TJvGetModifiedEvent, TJvTabBarItem.Modified, TJvTabBarItem.OnGetEnabled, TJvTabBarItem.Enabled
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