Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

I/O Utility Classes Overview

Applies to: ~>1.0

This page provides an overview of the features of the I/O Utility Classes. If you are looking for information on programming with the classes please see the Programmers’ Guide.

These classes are designed to assist in various I/O related tasks. Classes are provided to:

Versions of these classes were originally included with the Console Application Runner Classes project v2, but were moved to this project as of 21 March 2013 and removed from Console Application Runner Classes v3.

Compatibility

The classes can be compiled with any Delphi compiler from Delphi 7 through to 11.3. They are compatible with 32 bit and 64 bit Windows targets.

Non-Windows platforms are not supported due to reliance on the Windows API.

Since the code only relies on the Delphi RTL, the classes are suitable for use with both the VCL and FMX frameworks.