Vcl.Tabs.TScroller.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TScroller();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.Tabs.pas
Vcl.Tabs.hpp
Vcl.Tabs TScroller

Description

Frees the memory associated with the TScroller object.

Do not call Destroy directly. Instead, use the Free method, which checks whether the TScroller reference is nil before calling Destroy.

See Also