Difference between revisions of "TWinControl.Focused"

From OpenEUO
Jump to: navigation, search
(Created page with " '''RO Focused : b''' Determines whether the control has input focus. Use Focused to see if the control is the active control. When Focused returns true, the control has the ...")
 
(No difference)

Latest revision as of 00:30, 24 October 2010

RO Focused : b

Determines whether the control has input focus.

Use Focused 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.