Vcl.StdCtrls.TCustomCombo.Focused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Focused: Boolean; override;

C++

DYNAMIC bool __fastcall Focused();

Properties

Type Visibility Source Unit Parent
function public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Indicates whether the combo box has input focus.

Call Focused to determine whether the combo box is currently the recipient of keyboard input. When Focused returns true, the combo box is the active control and keystroke messages are sent to it. When Focused is false, the combo box is not active (although it may be selected).

See Also