JVCL Help:RsDestroyingArrangeSettingsNotAllowed
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: RsDestroyingArrangeSettingsNotAllowed Constant
[+] JvResources.pas Constants
Search in JVCL Help
Search in all projectsSummary
The text for this constant has been generated automatically.
Pascal
run\JvResources.pas
RsDestroyingArrangeSettingsNotAllowed = 'Your code tried to destroy the TJvPanel.ArrangeSettings ' + 'objects leaving the panel in a broken state. Please fix your code by adding'#13#10#13#10 + ' if not ((Components[I] is TJvArrangeSettings) or'#13#10 + ' (Components[I] is TJvPanelHotTrackOptions)) then'#13#10#13#10 + 'or by using the Controls[] array property if possible.';
Description
This means that it is not documented.
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