Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   TTemporaryFileStream – via DELPHI AREA » How to have a temporary stream, with no size (https://www.delphipraxis.net/196035-ttemporaryfilestream-%96-via-delphi-area-%BB-how-have-temporary-stream-no-size.html)

DP News-Robot 17. Apr 2018 12:10

TTemporaryFileStream – via DELPHI AREA » How to have a temporary stream, with no size
 
I needed a TTemporaryFileStream and found it at [WayBack]*DELPHI AREA » How to have a temporary stream, with no size limit. It taught me that CreateFileA and CreateFileW (the ANSI and Unicode versions of[WayBack]*CreateFile function (Windows)) accept a*FILE_FLAG_DELETE_ON_CLOSE parameter, so as soon as you close the handle, Windows will dispose of the file. Note however […]

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 16:09 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz