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

tRexxArg

Declaration

Source position: rexx.pas line 119

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: 2021-07-30