Vcl.AxCtrls.TFontAdapter.Changed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Changed; override;

C++

virtual void __fastcall Changed();

Properties

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

Description

Updates the associated IFont interface with the new properties of the font object.

Changed is called automatically when the TFont object changes. It ensures that the associated OLE interface is updated.

See Also