Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Puzzling a Pascal developer with 33 years experience under the belt (https://www.delphipraxis.net/202128-puzzling-pascal-developer-33-years-experience-under-belt.html)

DP News-Robot 1. Okt 2019 09:40

Puzzling a Pascal developer with 33 years experience under the belt
 
Recently we received via our support a remark that the following Object Pascal code failed in a TMS WEB Core application

procedure TWebForm1.Button1Click(Sender: TObject); function TestFunction: TStringList; begin Result.Clear; Result.Add('ABC'); Result.Add('DEF'); Result.Add('GHI'); end;var StringList: TStringList;begin StringLi

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 11:00 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz