Vcl.AxCtrls.TFontAdapter.Changed
Delphi
procedure Changed; override;
C++
virtual void __fastcall Changed(void);
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.