Hello,
In RIO, snv: r2659, I get this error.
[dcc32 Error] GX_SelectComponents.pas(115): E2251 Ambiguous overloaded call to 'Pos'
System.pas(31449): Related method: function Pos(const WideString; const WideString; Integer): Integer;
System.pas(31276): Related method: function Pos(const string; const string; Integer): Integer;
My solution is:
aPos := Pos(WideString(' : '), rName);
Regards
Fixed in revision #2660