Unit 'LZWStream' Package
[Overview][Constants][Types][Classes][Index] [#fcl-base]

TLZWString

Declaration

Source position: lzwstream.pp line 41

type TLZWString = packed record

  Count: Integer;

  Data: PByte;

  ShortData: array [0..3] of Byte;

end;


Documentation generated on: 2025-07-25