Vcl.AxCtrls.TPropertyPage.UpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateObject; virtual;

C++

virtual void __fastcall UpdateObject();

Properties

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

Description

UpdateObject is called to copy property values from the controls on the form to the ActiveX Object.

Override this method to copy values from the controls on the property page to properties of the ActiveX Object. Cast the value of the OleObject property to an IDispatch interface to set the property values.

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

See Also