Using delphivcl.PageControl to Create a Multiple Page
April 29, 2021
delphivcl.PageControl is a set of pages used to make a multiple page dialog box.
We can use PageControl to create a multiple page dialog or tabbed notebook. PageControl displays multiple overlapping pages that are TabSheet objects (we will discuss TabSheet in another article).
The user selects a page by clicking the page’s tab that appears at the top of the control.
You…