RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.Focused Method

Indicates whether the combo box has input focus.

Pascal
function Focused: Boolean; override;
C++
virtual __fastcall Boolean Focused();

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). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!