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

TGArray

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

Declaration

Source position: lazglib2.pas line 1640

type TGArray = object

  data: Pgchar;

  

  len: guint;

  

  function append_vals();

  

  function binary_search();

  

  function copy();

  

  function free();

  

  function get_element_size();

  

  function insert_vals();

  

  function new();

  

  function prepend_vals();

  

  function ref();

  

  function remove_index();

  

  function remove_index_fast();

  

  function remove_range();

  

  procedure set_clear_func();

  

  function set_size();

  

  function sized_new();

  

  procedure sort();

  

  procedure sort_with_data();

  

  function steal();

  

  procedure unref();

  

end;

Inheritance

TGArray