JVCL Help:TJvCustomInspectorItem.InvalidateMetaData
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspectorItem.InvalidateMetaData Method
[+] TJvCustomInspectorItem Events
[+] TJvCustomInspectorItem Methods
[+] TJvCustomInspectorItem Properties
Search in JVCL Help
Search in all projectsSummary
Signals the inspector the item's meta data has changed.
Pascal
procedureInvalidateMetaData; virtual;
Description
InvalidateMetaData notifies the inspector that the item's meta data has changed.
Because as far the inspector is concerned, there is no difference between a data change and meta data change, the current implementation will call InvalidateItem. However, this might change in the future and descendants can override this method to take appropriate action when meta data has changed.
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