[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'geanyplugin240' (#fpgeanyplugin)

TGeanyMatchInfo

Declaration

Source position: geanybindings.inc line 492

type TGeanyMatchInfo = record

  flags: TGeanyFindFlags;

  

  start: gint;

  

  _end: gint;

  

  match_text: Pgchar;

  

  matches: array [0..9] of record

  

  start: gint;

  

  _end: gint;

  

end;

end;