Unit 'exec' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#morphunits]

Remove

Remove a node from a list

Declaration

Source position: exec.pas line 1882

procedure Remove(

  node: PNode

);

Arguments

node

  

A node to remove

Description

Unlink a node from whatever list it is in. Nodes that are not part of a list must not be passed to this function!

See also

AddTail

  

Append node to tail of a list

AddHead

  

Insert a node at the head of a list

Enqueue

  

Insert or append node to a system list

Exec.ExecInsert

  

Insert a node into a list

RemHead

  

Remove the head node from a list

RemTail

  

Remove the tail node from a list


Documentation generated on: 2021-07-30