Vcl.StdCtrls.TEditStyleHook
Delphi
TEditStyleHook = class(TMouseTrackControlStyleHook)
C++
class PASCALIMPLEMENTATION TEditStyleHook : public Vcl::Themes::TMouseTrackControlStyleHook
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | Vcl.StdCtrls |
Description
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.