Zitat von
youuu:
Hi,
Delphi-Quellcode:
TCompanySize = class
Private
const Small = 'Klein';
const Middle = 'Mittel';
const Large = 'Groß';
Public
Procedure CompanySizeAdd(ComboBox: TAdvComboBox; Customer: TObject; OldSize: string);
End;
hast du denn überhaupt die Funktion im Interface Teil geschrieben???