Vcl.Controls.TWinControl.UpdateStyleElements

From RAD Studio API Documentation

Delphi

procedure UpdateStyleElements; override;

C++

virtual void __fastcall UpdateStyleElements(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TWinControl

Description

Called when the StyleElements property changes. {{#multireplace:Vcl.Controls.TWinControl.UpdateStyleElements|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.UpdateStyleElements|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.UpdateStyleElements|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Called when the StyleElements property changes.

Override the UpdateStyleElements method in a descendant class to provide customized behavior for the control when the value of the StyleElements property changes.

See Also