TCodecWriteLFOption Enumeration

Represents type TCodecWriteLFOption.

Namespace: flcUnicodeCodecs
type
 TCodecWriteLFOption = (
 lwLF, 
 lwCR, 
 lwCRLF); 

The TCodecWriteLFOption type exposes the following members.

Show:
 NameDescription
lwCR

Represents constant lwCR.

lwCRLF

Represents constant lwCRLF.

lwLF

Represents constant lwLF.

Top