DP News-Robot |
17. Feb 2017 09:10 |
Yet another surprise from Delphi compiler
Build and run the following console app: program ItWorks; {$APPTYPE CONSOLE} uses SysUtils; type TTest = record FData: Integer; end; procedure DoTest(const S: string); begin Writeln(TTest(S).FData); end; begin try DoTest('123'); except on E: Exception do ... http://feeds.feedburner.com/~r/delph...~4/Eb0u-7NSRig
More...
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:36 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-2025 by Thomas Breitkreuz