Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBText.WSRegisterClass

Registers the class type used to create new instance of the control for the Widgetset.

Declaration

Source position: dbctrls.pp line 292

protected class procedure TDBText.WSRegisterClass; override;

Description

WSRegisterClass is an overridden method used to register the widgetset class type used to create new instances of the control. WSRegisterClass calls the inherited method, and excludes loading the Caption property during LCL streaming.

Version info

The Caption property was included in LCL component streaming prior to LCL version 0.9.29.

See also

TDBText.Field

  

Provides access to the field definition for the data-aware control.

TCustomLabel.WSRegisterClass

  

Registers this component class with the current WidgetSet.