System.file

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void*                file;             //

Properties

Type Visibility Source Unit Parent
typedef public sysmac.h System System

Description

Represents the C++ analog of a Delphi file type.

Type file represents the C++ counterpart of the Delphi built-in file type (used for untyped files).

See Also