Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Semicolons in Delphi

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

A semicolon in Delphi indicates the end of a statement. As a novice, I often make mistakes like this:

1. In a conditional judgment statement, a semicolon is used in the middle

As follows:

It's not necessary to write in the red circle in the picture. If you write a semicolon, the following statement becomes else if....

Note: the above code can be replaced with the following code:

Procedure TForm1.btn1MouseDown (Sender: TObject; Button: TMouseButton;Shift: TShiftState; X, Y: Integer); const s: Array [0.. 2] of string= ('left button', 'right button', 'middle button'); beginshowmessage (sord (button)]); mbleft;end;end.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report