[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: googlecompute.pp line 4179
type TPathMatcher = class(TGoogleBaseObject) |
protected |
procedure SetdefaultService(); virtual; |
procedure Setdescription(); virtual; |
procedure Setname(); virtual; |
procedure SetpathRules(); virtual; |
published |
property defaultService: string; [rw] |
property description: string; [rw] |
property name: string; [rw] |
property pathRules: TPathMatcherTypepathRulesArray; [rw] |
end; |
| |
| |
TObject |