JVCL Help:TJvInspectorTMethodItem

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomInspectorItem
TJvInspectorTMethodItem
run\JvInspector.pas


Summary

Event (TMethod) item.

run\JvInspector.pas


Pascal

 run\JvInspector.pas
 TJvInspectorTMethodItem = class(TJvCustomInspectorItem);


Description

TJvInspectorTMethodItem is an inspector item that allows editing of event types. The item provides methods to specify the list of allowed event handlers and instances. You are not limited to published methods, you can provide any accessible method, even protected methods if you use the class cracking technique.
In addition the item provides properties that control the way the events are displayed. You can specify to show no instance names, all instance names or all but the first instance names. You can also specify the order of the event handlers.

run\JvInspector.pas


About

Navigation

run\JvInspector.pas



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