Vcl.Controls.TControl.UpdateStyleElements
Delphi
procedure UpdateStyleElements; virtual;
C++
virtual void __fastcall UpdateStyleElements();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
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.