| [Overview][Types][Classes][Procedures and functions][Index] | 
Return the first position of pStrValue in pStrTarget from the right
Source position: tiUtils.pas line 87
function tiPosR(  | 
ATarget: string;  | 
AValue: string  | 
):Integer;  | 
Return the first position of pStrValue in pStrTarget from the right. Same as Delphi's Pos, except from the right, not left.