Vcl.DBCtrls.TDBLookupControl.HasFocus

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasFocus: Boolean read FHasFocus;

C++

__property bool HasFocus = {read=FHasFocus, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

Indicates whether the lookup control has input focus.

HasFocus is used internally to determine whether the lookup control has input focus. Applications should use the public Focused method instead.

See Also