[Overview][Types][Classes] Reference for unit 'base64' (#fcl)

TBase64DecodingStream.Mode

Decoding mode

Declaration

Source position: base64.pp line 88

public property TBase64DecodingStream.Mode: TBase64DecodingMode
  read FMode
  write SetMode;

Description

Mode is the mode in which the stream is read. It can be set when creating the stream or at any time afterwards.

See also

TBase64DecodingStream

  

Base64 Decoding stream