FMX.Forms.TFormFactor.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
destructor public FMX.Forms.hpp FMX.Forms TFormFactor

Description

Frees the resources allocated with a TFormFactor instance.

The Destroy destructor frees a TFormFactor instance.

See Also