Creating a New Property Page
Go Up to Creating a Property Page for an ActiveX Control
You use the Property Page wizard to create a new property page.
To create a new property page,
- Choose File > New > Other .
- Select the ActiveX folder under Delphi Projects .
- Double-click the Property Page icon in the right pane.
The wizard creates a new form and implementation unit for the property page. The form is a descendant of Vcl.AxCtrls.TPropertyPage, which lets you associate the form with the ActiveX control whose properties it edits.