API:System.IOUtils.TFileMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFileMode = (fmCreateNew, fmCreate, fmOpen, fmOpenOrCreate, fmTruncate,
fmAppend);

C++

enum class DECLSPEC_DENUM TFileMode : unsigned char { fmCreateNew, fmCreate, fmOpen, fmOpenOrCreate, fmTruncate, fmAppend };

Properties

Type Visibility Source Unit Parent
enum public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils System.IOUtils

Description

Embarcadero Technologies does not currently have any additional information.