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

TAVLNode

Declaration

Source position: exec.pas line 1260

type TAVLNode = record

  avl_link: array [0..1] of PAVLNode;

  avl_parent: PAVLNode;

  avl_balance: LONG;

end;


Documentation generated on: 2023-03-18