Vcl.Themes.TStyleHook.FocusUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FocusUpdate: Boolean read FFocusUpdate write FFocusUpdate;

C++

__property bool FocusUpdate = {read=FFocusUpdate, write=FFocusUpdate, nodefault};

Properties

Type Visibility Source Unit Parent
property class protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TStyleHook

Description

The focus of the control has been updated. Use this property to determine whether the focus of the control has changed, for example, if the control lost or gained the focus.

See Also