Destructor for the class instance.
Source position: extctrls.pp line 844
public destructor TCustomCheckGroup.Destroy; override; |
Destroy is the overridden destructor for TCustomCheckGroup. It frees items and check boxes in the control, and calls the inherited Destroy method.
|
Destructor for the class instance. |