FMX.Controls.TStyleBook.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TStyleBook();

Properties

Type Visibility Source Unit Parent
destructor public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleBook

Description

Destroys an instance of TStyleBook and frees the associated memory.

Do not call Destroy directly. Call Free instead. Free verifies that the object reference is not nil before calling Destroy.

See Also