Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSkinController.Refresh(TWinControl) Method

Redraws skinned forms and controls.

#Declaration

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

#Parameters

Name Type Description
AControl TWinControl

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