Vcl.AxCtrls.TFontAdapter.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update; override;

C++

virtual void __fastcall Update();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TFontAdapter

Description

Updates the associated TFont object to reflect changes in the associated OLE font.

Update is called automatically when the associated OLE object changes. It ensures that the corresponding TFont object reflects those changes.

See Also