if staements in delphi code example
Example: if staements in delphi
// Illustrate the same, but with multiple actions
IF 1 = 1 then
begin
ShowMessage('We now have');
ShowMessage('multiple lines');
end;
// Illustrate the same, but with multiple actions
IF 1 = 1 then
begin
ShowMessage('We now have');
ShowMessage('multiple lines');
end;