To work with Case statement
Recognizing Delphi programming structure – Case:
Declaration:
case selectorExpression of
caseList1: statement1;
...
caseListn: statementn;
else
statement;
end
Post a Comment
No comments:
Post a Comment