Friday, October 5, 2007

How to work with If Then Else statement

How to work with If Then Else statement

To work with If Then Else statement

Recognizing Delphi programming structure – If Then Else:

Declaration :

If (expression_a )

If (expression_b)

If (expressionc)

Statement_a;

else

Statement_b;

else

Statement_c;

else

Statement_d;

No comments: