Vcl.StdCtrls.TMemoStyleHook

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Forms.TScrollingStyleHookVcl.Themes.TMouseTrackControlStyleHookVcl.Themes.TStyleHookSystem.TObjectTMemoStyleHook

Delphi

TMemoStyleHook = class(TScrollingStyleHook)

C++

class PASCALIMPLEMENTATION TMemoStyleHook : public Vcl::Forms::TScrollingStyleHook

Properties

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

Description

TMemoStyleHook is a delegate class that handles messages for styled memo edit boxes.

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

TMemoStyleHook is registered by TMemo class with the style engine, using the RegisterStyleHook method.

See Also