TSeekOrigin Enumeration

Represents type TSeekOrigin.

Namespace: System.Stream
type
 TSeekOrigin = (soBeginning, soCurrent, soEnd);

The TSeekOrigin type exposes the following members.

Show:
 NameDescription
soBeginning

Represents constant soBeginning.

soCurrent

Represents constant soCurrent.

soEnd

Represents constant soEnd.

Top