ProvideX V8.20 > Language Reference > 8. Special Files and Devices
733
8
      Special Files and Devices
Overview
ProvideX syntax also includes a set of special names that are used to access built-in
virtual files, devices, and interfaces. These names are recognized and processed
internally in the language at run time. The following ProvideX virtual files and
output interfaces are covered in this chapter:
*BITMAP*
Generates a 24-bit colour bitmap image in memory. This is for use in
WindX or Windows only. See *BITMAP* Virtual Bitmap, p.734.
*HTML*
Generates an HTML-formatted output file. See *HTML* Print to
HTML, p.736.
*MEMORY*
Establishes a memory-resident logical file. See *MEMORY* Create
& Use Memory File, p.737.
*PDF*
Generates a PDF-compatible output file. See *PDF* PDF Print
Interface, p.740.
*SYSTEM
ProvideX internal event handling. See *SYSTEM Event handling
Object, p.747.
*VIEWER*
Sends output to the ProvideX Print Preview facility. This is for use
in WindX or Windows only. See *VIEWER* Print Preview, p.748.
*WINDEV*
Sends hardcopy output to the Windows print subsystem in raw or
pass through mode. This is for use in WindX or Windows only. See
*WINDEV* Raw Print Mode, p.752
*WINPRT*
Sends hardcopy output to the Windows print subsystem using
standard API access. This is for use in WindX or Windows only. See
*WINPRT* Windows Printing, p.756.
*XML
Interface for accessing, parsing and serializing XML documents
based on the XML DOM (Document Object Model). See *XML
ProvideX XML Interface, p.760.