Back to Devexpress

TdxSkinController.Refresh(TWinControl) Method

vcl-dxskinsform-dot-tdxskincontroller-dot-refresh-x28-vcl-dot-controls-dot-twincontrol-x29.md

latest1.6 KB
Original Source

TdxSkinController.Refresh(TWinControl) Method

Redraws skinned forms and controls.

Declaration

delphi
class procedure Refresh(AControl: TWinControl = nil);

Parameters

NameTypeDescription
AControlTWinControl

Optional. Allows you to redraw an individual standard VCL form, frame, or control from the following list:

If the AControl parameter is unspecified, the Refresh procedure redraws all skinned forms and controls in the application.

|

Remarks

You can call the Refresh procedure to redraw all skinned forms and controls if they are not redrawn in response to a skin or palette change for any reason.

A Refresh procedure call raises the OnSkinControl event.

See Also

TcxCustomLookAndFeelController.Reset Procedure

TdxSkinController Class

TdxSkinController Members

dxSkinsForm Unit