Vcl.StdCtrls.TStaticTextStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Themes.TStyleHookSystem.TObjectTStaticTextStyleHook

Delphi

TStaticTextStyleHook = class(TStyleHook)

C++

class PASCALIMPLEMENTATION TStaticTextStyleHook : public Vcl::Themes::TStyleHook

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TStaticTextStyleHook is a delegate class that handles messages for styled static text.

This API is used automatically when the control style is active. TStaticTextStyleHook gives a styled look and provides custom processing for this styled control.

TStaticTextStyleHook is registered by TStaticText class with the style engine, using the RegisterStyleHook method.

See Also