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

Remove

Remove a node from a list

Declaration

Source position: exec.pas line 1250

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: 2017-01-10