Registers the widgetset class created for new instances of the control.
Source position: stdctrls.pp line 92
protected class procedure TCustomScrollBar.WSRegisterClass; override; |
WSRegisterClass is an overridden procedure used to register the widgetset class instance created for new instances of the control. WSRegisterClass calls the inherited method, and calls RegisterCustomScrollBar for the widgetset.
|
Registers this component class with the current WidgetSet. |