[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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).
Version 4.0 | Generated 2025-05-03 | Home |