Class TGlyphComboBox (unit GlyphCMB) |
TComboBox
Constructors |
text first
Functions |
Properties |
Events |
Variables |
Constructors |
public declerations
text first
Functions |
destructor TGlyphComboBox.Destroy; var i : Integer; tbmp : TTransBitMap; begin for i := 0 to (Items.Count - 1) do begin tbmp := TTransBitMap(Items.Objects[i]); if Assigned(tbmp) then tbmp.Free; end; inherited destroy; end;
destructor Destroy; override;
update
update
update
update
update
update
update
Properties |
published declerations
Events |
Variables |
protected declerations
private declerations