[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'tiUtils' (#tiopf)

tiPosR

Return the first position of pStrValue in pStrTarget from the right

Declaration

Source position: tiUtils.pas line 87

function tiPosR(

  ATarget: string;

  AValue: string

):Integer;

Description

Return the first position of pStrValue in pStrTarget from the right. Same as Delphi's Pos, except from the right, not left.


Documentation generated on: 2017-08-16