[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLRead' (#lazutils)

TDecoder

Decoder used to convert encoded values in XML content.

Declaration

Source position: laz2_xmlread.pas line 148

type TDecoder = record

  Context: Pointer;

  

Pointer to the context for the decoder.

  Decode: function(

  

Routine used to decode content using the specified buffer arguments.

  Context: Pointer;

  InBuf: PChar;

  var InCnt: Cardinal;

  OutBuf: DOMPChar;

  var OutCnt: Cardinal

):Integer;

  Cleanup: procedure(

  

Optional routine used to perform cleanup actions for the decoder Context.

  Context: Pointer

);

end;


Version 3.2 Generated 2024-02-25 Home