Vcl.Forms.TScrollingWinControl.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TScrollingWinControl(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| destructor | public | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScrollingWinControl |
Description
Removes the TScrollingWinControl object from memory.
Do not call Destroy. Instead, call Free, which calls TWinControl.Destroy if the TScrollingWinControl object is not nil.