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

TGMatchInfo

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

Declaration

Source position: lazglib2.pas line 2921

type TGMatchInfo = object

  function expand_references();

  

  function fetch();

  

  function fetch_all;

  

  function fetch_named();

  

  function fetch_named_pos();

  

  function fetch_pos();

  

  procedure free;

  

  function get_match_count;

  

  function get_regex;

  

  function get_string;

  

  function is_partial_match;

  

  function matches;

  

  function next();

  

  function ref;

  

  procedure unref;

  

end;

Inheritance

TGMatchInfo