gibt es eigentlich eine Codevervollständigung um einen Type anzulegen?
Ich meine zum Beispiel das ich folgendes eingebe:
Code: Alles auswählen
type
TMyControl = class (TCustomControl)
Code: Alles auswählen
type
TMyControl = class (TCustomControl)
private
protected
public
published
end
Viele Grüße
Bernd