Unit 'rexx' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tNexxStr

Declaration

Source position: rexx.pas line 66

type tNexxStr = record

  ns_Ivalue: LongInt;

  ns_Length: Word;

  ns_Flags: Byte;

  ns_Hash: Byte;

  ns_Buff: array [0..7] of Byte;

end;


Documentation generated on: 2021-07-30