IcxNavigatorOwner.GetNavigatorFocused Method
Returns whether the navigator control is focused.
Declaration
function GetNavigatorFocused: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This function is implemented by navigator controls to return True if they have input focus and False otherwise. Actually, the Focused property value of the navigator control is returned.
This function is used internally. You will probably have no need to use it in most applications.
See Also