Autor Beitrag
Sephiroth
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 102



BeitragVerfasst: Mo 23.06.03 14:48 
Ist es in Delphi so wie in C++ und PHP möglich einer Prozedur in der Deklaration bereits einen Wert zuzuweisen?

d.h. ich will etwa sowas haben:

ausblenden Quelltext
1:
procedure PruefeWerte(strWert = '0' : String);					
maximus
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 896

Win XP, Suse 8.1
Delphi 4/7/8 alles prof
BeitragVerfasst: Mo 23.06.03 14:53 
schon ganz gut...nur bisschen umstellen

ausblenden Delphi-Quelltext
1:
procedure PruefeWerte(strWert : String = '0' );					

_________________
mfg.
mâximôv