JVCL Help:TJvInspConfSectionEvent

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Event generated before a configuration section is added.

run\JvInspector.pas


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.

run\JvInspector.pas


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.

run\JvInspector.pas


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