[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

TGSList

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazglib2.pas line 2878

type TGSList = object

  data: gpointer;

  

  next: PGSList;

  

  function alloc;

  

  function append();

  

  function concat();

  

  function copy();

  

  function copy_deep();

  

  function delete_link();

  

  function find();

  

  function find_custom();

  

  procedure foreach();

  

  procedure free();

  

  procedure free_1();

  

  procedure free_full();

  

  function index();

  

  function insert();

  

  function insert_before();

  

  function insert_sorted();

  

  function insert_sorted_with_data();

  

  function last();

  

  function length();

  

  function nth();

  

  function nth_data();

  

  function position();

  

  function prepend();

  

  function remove();

  

  function remove_all();

  

  function remove_link();

  

  function reverse();

  

  function sort();

  

  function sort_with_data();

  

end;

Inheritance

TGSList