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

TGPtrArray

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

Declaration

Source position: lazglib2.pas line 3214

type TGPtrArray = object

  pdata: Pgpointer;

  

  len: guint;

  

  procedure add();

  

  function copy();

  

  procedure extend();

  

  procedure extend_and_steal();

  

  function find();

  

  function find_with_equal_func();

  

  procedure foreach();

  

  function free();

  

  procedure insert();

  

  function new;

  

  function new_full();

  

  function new_with_free_func();

  

  function ref();

  

  function remove();

  

  function remove_fast();

  

  function remove_index();

  

  function remove_index_fast();

  

  function remove_range();

  

  procedure set_free_func();

  

  procedure set_size();

  

  function sized_new();

  

  procedure sort();

  

  procedure sort_with_data();

  

  function steal();

  

  function steal_index();

  

  function steal_index_fast();

  

  procedure unref();

  

end;

Inheritance

TGPtrArray