[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'Exec' (#aros)

TAVLNode

Declaration

Source position: exec.pas line 1197

type TAVLNode = record

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

  avl_parent: PAVLNode;

  avl_balance: LONG;

end;


Documentation generated on: 2017-01-10