API:Vcl.WinXCtrls.TSearchBoxStyleHook
Delphi
TSearchBoxStyleHook = class(TEditStyleHook)
C++
class PASCALIMPLEMENTATION TSearchBoxStyleHook : public Vcl::Stdctrls::TEditStyleHook
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | Vcl.WinXCtrls |
Description
TEditStyleHook is a delegate class that handles messages for styled edit controls.
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.