TdxSkinController.Refresh(TWinControl) Method
Redraws skinned forms and controls.
Declaration
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 |
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