Einzelnen Beitrag anzeigen

EDatabaseError

Registriert seit: 11. Mai 2005
Ort: Göppingen
1.238 Beiträge
 
Delphi 2007 Professional
 
#12

Re: String als default bei propertys ???

  Alt 3. Aug 2006, 22:01
Zitat von CK_CK:
Deine Komponente hat doch bestimmt eine OnCreate-Prozedur, oder?

Und da schreibst du einfach rein: Port:= 'Com1'; Eine andere Möglichkeit wäre eine Variable dieses Typs (statt String):
Delphi-Quellcode:
type
  TPort = (Com1,Com2,Com3);
Das ist meine erste Componente... nein ich hab kein oncreate
es sollten schon strings sein
Tobias
It's not a bug, it's a feature.
  Mit Zitat antworten Zitat