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 を使用するだけで、ビットマップ バッファをファイルに書き込むことができます。