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

TGListStore

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

Declaration

Source position: lazgio2.pas line 4767

type TGListStore = object(TGObject)

  function new();

  

  procedure append();

  

  function find();

  

  function find_with_equal_func();

  

  procedure insert();

  

  function insert_sorted();

  

  procedure remove();

  

  procedure remove_all;

  

  procedure sort();

  

  procedure splice();

  

end;

Inheritance

TGListStore

  

TGObject