Vcl.DBCtrls.TDBRadioGroup.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDBRadioGroup();

Properties

Type Visibility Source Unit Parent
destructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBRadioGroup

Description

Destroys the TDBRadioGroup instance and the radio buttons it contains.

Destroy frees internally created objects that control data access, then calls the inherited destructor method.

See Also