json_test * Send Project Mar 9, 2020 sample_use * Upgraded to Delphi 11 Oct 11, 2021 unigui * Added validation in Invalid TypeCast Feb 12, 2025 .gitignore * Atualizado gitignore Aug 28, 2021 Pkg.JSON.SubTypes.pas * Merged code with Jens Borrisholt (https://github.com/JensBorrisholt…...
Debugger Exception Notification Project Server.exe raised exception class EInvalidCast with message 'Invalid class typecast'. The solution for this problem you need to changeOrd(aValue.AsInteger)toaValue.AsOrdinal. Unit: MVCFramework.ActiveRecord Method: MapTValueToParam Class: TMVCActiveRecord Line: ...
StringListReverter DBXJSONReflect StringOf デフォルトのシステム ロケールを使用して、バイト配列を Unicode 文字列に変換します。 SysUtils StringOfChar 文字を指定された数だけ繰り返してできた文字列を返します。 System StringRefCount 文字列の参照カウントを返します。 System StringReplace...
ThtmlViewer可以显示无框架的HTML文档 TFrameViewer既可以显示HTML文档也可以显示包含框架的HTML文档 TFrameBrower主要面向互联网样式协议,URL协议 支持Delphi 6- XE6 安装需要:TntUnicodeControls 可以从这个网址下载: http://www.yunqa.de/delphi/doku.php/products/tntunicodecontrols/index HTML Viewer Components for...
开源的FastMM,使用很简单,在工程的第一行引用FastMM4即可(注意,一定要在第一个Uses的位置),可以在调试程序时提示内存泄露情况,还可以生成报告。 在Delphi2007以后版本中,使用更加简单,只需要在工程开始的位置加上语句: ReportMemoryLeaksOnShutdown := True;就可以了,并且在运行时不会出现提示。如果想要生成文件报...
But now I'm having trouble with TArray class. Like in the sample "renders" provided from the samples.zip, I can SERIALIZE an TArray<System.string> just fine, but I cannot seem to DESERIALIZE an json array. Always getting the same error "Invalid class typecast for property "x" [Expected...