Einzelnen Beitrag anzeigen

Benutzerbild von uligerhardt
uligerhardt

Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.746 Beiträge
 
Delphi 2007 Professional
 
#2

Re: Live templates case

  Alt 7. Sep 2006, 16:44
Z.B. in einem OnCreate-Handler so: Tippe "case" + Leerzeichen + "Align" + Tab ==> Ergebnis:
Delphi-Quellcode:
  case Align of
    alNone: ;
    alTop: ;
    alBottom: ;
    alLeft: ;
    alRight: ;
    alClient: ;
    alCustom: ;
  end;
HTH, Uli.
Uli Gerhardt
  Mit Zitat antworten Zitat