Searched refs:TANTLRString (Results 1 – 5 of 5) sorted by relevance
37 FANTLRString: TANTLRString;145 FIANTLRString := TANTLRString.Create('foo');172 FANTLRString := TANTLRString.Create('foo');608 Locals['Z'] := TANTLRString.Create('Value Z');610 Locals['x'] := TANTLRString.Create('Value x');611 Locals['X'] := TANTLRString.Create('Value X');616 Locals['X'] := TANTLRString.Create(
2101 FList.Add(TANTLRString.Create(S + '[' + IntToStr(ChildIndex) + ']'));2125 FList.Add(TANTLRString.Create(S + '[' + IntToStr(ChildIndex) + ']'
104 TANTLRString = class(TANTLRObject, IANTLRString) class440 constructor TANTLRString.Create(const AValue: String);446 function TANTLRString.GetValue: String; in GetValue()451 procedure TANTLRString.SetValue(const Value: String);456 function TANTLRString.ToString: String; in ToString()
5813 Result := TANTLRString.Create(X + Y);6277 S := TANTLRString.Create(Text);6285 S := TANTLRString.Create(Text);6294 S := TANTLRString.Create(Text);6303 S := TANTLRString.Create(Text);6312 S := TANTLRString.Create(Text);6320 S := TANTLRString.Create(Text);6329 S := TANTLRString.Create(Text);6338 S := TANTLRString.Create(Text);6346 S := TANTLRString.Create(Text);[all …]
233 * IANTLRString (implemented in TANTLRString): a wrapper around a Delphi string