JVCL Help:TJvCustomInspector.SaveValues
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomInspector.SaveValues Method
[+] TJvCustomInspector Events
[+] TJvCustomInspector Methods
[+] TJvCustomInspector Properties
Search in JVCL Help
Search in all projectsSummary
Refreshes the items of the inspector.
Pascal
procedureSaveValues;
Description
SaveValues will refresh all items of the inspector. If any item is being edited, the value of the editor is applied to the data instance. Use SaveValues if you know one or more of the items in the inspector have been modified outside the inspector (e.g. you changed a property from code and this property is displayed in the inspector) but you don't want to lose the data being edited.
See Also
TJvCustomInspector.RefreshValues
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