Sets whether a file should be opened as an ASCII file or a binary file. Also determines what the current setting of this option is for a file.

[IsTextmode := File.TEXTMODE([SetTextmode])

Parameters

File

Type: File

Specifies the file

SetTextmode

Type: Boolean

Specifies the mode in which the file will be opened when File.OPEN is called.

If SetTextmode is true, the file will be opened as an ASCII file. If SetTextmode is false, the file will be opened as a binary file.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageSee Also