[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: regexpr.pas line 319
type TRegExprGroupNameList = object |
Names: array of TRegExprGroupName; |
NameCount: Integer; |
function MatchIndexFromName(); |
procedure Clear; |
procedure Add(); |
end; |
| |
TObject |