[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: geanybindings.inc line 530
type TGeanyMatchInfo = record |
||
flags: TGeanyFindFlags; |
|
|
start: gint; |
|
|
_end: gint; |
|
|
match_text: Pgchar; |
|
|
matches: array [0..9] of record |
|
|
start: gint; |
|
|
_end: gint; |
|
|
end; |
||
end; |