Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将小位图存储在一个文本文件中,类似于 Delphi 处理它的dfm文件的方式。
dfm
RTL 或 VCL 中是否有我可以用来执行此操作的函数?
我建议您执行以下操作:
而在相反的方向,你只需颠倒这些步骤。
文本 DFM 使用该BinToHex()函数来格式化二进制数据。
BinToHex()
您可以简单地使用 Win32.WriteFile 将您的位图缓冲区写入文件。