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

TGByteArray

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

Declaration

Source position: lazglib2.pas line 1880

type TGByteArray = object

  data: Pguint8;

  

  len: guint;

  

  function append();

  

  function free();

  

  function free_to_bytes();

  

  function new;

  

  function new_take();

  

  function prepend();

  

  function ref();

  

  function remove_index();

  

  function remove_index_fast();

  

  function remove_range();

  

  function set_size();

  

  function sized_new();

  

  procedure sort();

  

  procedure sort_with_data();

  

  function steal();

  

  procedure unref();

  

end;

Inheritance

TGByteArray