delphi - 资源字符串最大大小和最大数量限制是多少?

标签 delphi

Delphi 应用程序中 resourcestrings 的最大数量是多少?我们可以拥有的 resourcestring 值的最大长度是多少?

最佳答案

对于 Windows 平台,记录为 here

STRINGTABLE resource
stringID Unsigned 16-bit integer that identifies the resource.
string One or more strings, enclosed in quotation marks. The string must be no longer than 4097 characters

此外,Delphi 中存在错误:

E2381 Resource string length exceeds Windows limit of 4096 characters

关于delphi - 资源字符串最大大小和最大数量限制是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30344343/

相关文章:

delphi - 多显示器设置更改后如何恢复/清除表单位置

python - 桌面开发语言是编译二进制还是脚本语言(windows)?

delphi - 如何更改 ListView 中的子项?

安卓10,唤醒

delphi - 是否有编译器设置来控制如何在 Delphi 中输入浮点文字?

delphi - DLL 调用在 Delphi 2010 中有效,但 AV 在 Delphi XE2 中有效

Delphi unicode 移植 : Incompatible types: 'Char' and 'AnsiChar' error with Win32 functions like CharToOEM?

delphi - Delphi中如何没有MainForm?

delphi - TWordApplication 和 Word 碰撞

multithreading - Delphi - TDictionary 线程安全吗