Vcl.Themes.TStyleHook.Handled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handled: Boolean read FHandled write FHandled;

C++

__property bool Handled = {read=FHandled, write=FHandled, nodefault};

Properties

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

Description

Specifies whether the message was handled by the style hook. It returns True if a windows message was handled by the style hook, and False if the message needs to be handled by the control.

See Also