JVCL Help:TJvCustomInspector.Focused

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines whether the control has input focus.


Pascal

 functionFocused: Boolean; override;


Description

Use the Focused method to see if the control is the active control. When Focused returns True, the control has the input focus. If Focused returns False, the user cannot interact with the control. Because the inspector might have an edit control that has focus, Focused is reimplemented to check the active edit control as well as the inspector.


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