Vcl.AxCtrls.TPropertyPage.UpdatePropertyPage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdatePropertyPage; virtual;

C++

virtual void __fastcall UpdatePropertyPage();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TPropertyPage

Description

Copies the property values from the ActiveX object to controls on the property page.

This method is normally called when the property page is first shown, or when the user undoes changes to the property dialog box. The UpdatePropertyPage method implemented by TPropertyPage does nothing. Override this method to copy the property values from the ActiveX object to the controls on the property page.

UpdatePropertyPage is the reverse of UpdateObject, which copies the property values from controls on the property page to the ActiveX object.

See Also