Vcl.NumberBox.TNumberBoxStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TEditStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTNumberBoxStyleHook

Delphi

TNumberBoxStyleHook = class(TEditStyleHook)

C++

class PASCALIMPLEMENTATION TNumberBoxStyleHook : public Vcl::Stdctrls::TEditStyleHook

Properties

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

Description

TEditStyleHook is a delegate class that handles messages for styled edit controls.

Vcl.NumberBox.TNumberBoxStyleHook inherits from Vcl.StdCtrls.TEditStyleHook. All content below this line refers to Vcl.StdCtrls.TEditStyleHook.

TEditStyleHook is a delegate class that handles messages for styled edit controls.

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

TEditStyleHook is registered by TEdit class with the style engine, using the RegisterStyleHook method.

See Also