API: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 TCustomRadioGroup instance and the radio buttons it contains.

Vcl.DBCtrls.TDBRadioGroup.Destroy inherits from Vcl.ExtCtrls.TCustomRadioGroup.Destroy. All content below this line refers to Vcl.ExtCtrls.TCustomRadioGroup.Destroy.

Destroys the TCustomRadioGroup instance and the radio buttons it contains.

Do not call Destroy directly in an application. Instead, call Free. Free checks that the radio group is not nil, and only then calls Destroy.

Destroy frees the memory for each item in the group, then calls the inherited destructor.

See Also