FMX.Graphics.TFont.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* TPersistent.Destroy */ inline __fastcall virtual ~TFont() { }

Properties

Type Visibility Source Unit Parent
destructor public FMX.Graphics.hpp FMX.Graphics TFont

Description

Destroys an instance of TFont.

Do not call Destroy directly in an application, call Free instead. Free verifies whether the TFont reference is nil, and then calls Destroy.

See Also