Constructor for the class instance.
Source position: comctrls.pp line 317
public constructor TNBPages.Create( |
theNotebook: TCustomTabControl |
); override; |
theNotebook |
|
Control which owns the class instance (and its pages). |
Create is the constructor for TNBPages, and calls the inherited Create method. It sets up the list of pages for the notebook (tab control).
TObject.Create |