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

TRexxArg

Declaration

Source position: rexx.pas line 84

type TRexxArg = record

  ra_Size: LongInt;

  ra_Length: Word;

  ra_Flags: Byte;

  ra_Hash: Byte;

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

end;


Documentation generated on: 2025-07-25