Vcl.Graphics.TBrush.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TBrush();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBrush

Description

Destroys the TBrush instance and frees its memory.

Do not call Destroy directly in an application. Call Free instead. Free verifies that the TBrush instance is not nil before calling Destroy.

See Also