Vcl.WinXCtrls.TSearchBox.RepaintButton
Delphi
procedure RepaintButton;
C++
void __fastcall RepaintButton();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.WinXCtrls.pas Vcl.WinXCtrls.hpp |
Vcl.WinXCtrls | TSearchBox |
Description
Sends a WM_NCPAINT
message to the control to instruct the nonclient area of the control to be repainted.
The search indicator button is located in the nonclient area of the control.