JVCL Help:TJvInspConfSectionEvent
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspConfSectionEvent type
[+] JvInspector.pas Types
Search in JVCL Help
Search in all projectsSummary
Event generated before a configuration section is added.
Pascal
run\JvInspector.pas
TJvInspConfSectionEvent = procedure (var SectionName: string; var Parse: Boolean) ofobject;
Parameters
Parameters | Description |
SectionName | Name of the section to be parsed on entry. Change this parameter to its display name. |
Parse | Initially set to True. Set it to False to prevent this section from being added. |
Description
The TJvInspConfSectionEvent event is called just before a configuration section is parsed. Write a handler for this event to change the display name of the section or to prevent this section from being added.
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