[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TFont.Destroy

Destructor for the class instance.

Declaration

Source position: graphics.pp line 574

public destructor TFont.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy calls FreeReference to free cached font resources for the Reference class, and frees the Handle for the font. The inherited destructor is called prior to exiting from the method.

See also

TPersistent.Destroy


Version 3.2 Generated 2024-02-25 Home