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

TGMarkupParseContext

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

Declaration

Source position: lazglib2.pas line 2854

type TGMarkupParseContext = object

  function new();

  

  function end_parse();

  

  procedure free;

  

  function get_element;

  

  function get_element_stack;

  

  procedure get_position();

  

  function get_user_data;

  

  function parse();

  

  function pop;

  

  procedure push();

  

  function ref;

  

  procedure unref;

  

end;

Inheritance

TGMarkupParseContext