Vcl.StdCtrls.TCustomLabel.UpdateStyleElements

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateStyleElements; override;

C++

virtual void __fastcall UpdateStyleElements();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomLabel

Description

Called when the StyleElements property changes.

Vcl.StdCtrls.TCustomLabel.UpdateStyleElements inherits from Vcl.Controls.TControl.UpdateStyleElements. All content below this line refers to Vcl.Controls.TControl.UpdateStyleElements.

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