Skip to main content
A newer version of this page is available. .

TdxSkinController.Refresh(TWinControl) Method

Forces all skinned forms and controls to be repainted.

Declaration

class procedure Refresh(AControl: TWinControl = nil);

Parameters

Name Type
AControl TWinControl

Remarks

To repaint a specific standard VCL control (a form, frame, panel, button, check box, or radio button) only, pass it as the Control parameter.

You may not need to call this method unless your controls are double-buffered or skin images are changed on the fly.

See Also