[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|