TFileOpenMode Enumeration

Represents type TFileOpenMode.

Namespace: System.Stream
type
 TFileOpenMode = (fomReadOnly, fomReadWrite, fomCreate, fomSequentialRead);

The TFileOpenMode type exposes the following members.

Show:
 NameDescription
fomCreate

Represents constant fomCreate.

fomReadOnly

Represents constant fomReadOnly.

fomReadWrite

Represents constant fomReadWrite.

fomSequentialRead

Represents constant fomSequentialRead.

Top