TdxSkinControlEvent Type
The procedural type for standard control skinning events.
Declaration
TdxSkinControlEvent = procedure(Sender: TObject; AControl: TWinControl; var UseSkin: Boolean) of object;
Parameters
Name | Type | Description |
---|---|---|
Sender | TObject | Provides access to the TdxSkinController component that raised the control skinning event. Cast the |
AControl | TWinControl | The standard VCL control that is about to be skinned. You can use the Tip You can call the |
UseSkin | Boolean | Specifies if the TdxSkinController component accessible through the Assign Note The initial |
Remarks
The TdxSkinController component can apply skins to standard forms and a number of standard VCL controls in addition to DevExpress forms and controls.
Supported Standard VCL Controls
Event Occurrence
A control skinning event occurs once per every instance of these controls at application startup or when the active skin changes. You can handle this event to prevent the TdxSkinController component from applying the active skin to one of these controls.
Direct TdxSkinControlEvent Type Reference
The TdxSkinController.OnSkinControl event references the TdxSkinControlEvent
procedural type.