Creating a New Property Page

From RAD Studio
Jump to: navigation, search

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,

  1. Choose File > New > Other .
  2. Select the ActiveX folder under Delphi Projects .
  3. 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.

See Also