LastPos

<< Click to Display Table of Contents >>

Navigation:  Functions >

LastPos

SIGNATURE=IWUtils.LastPos@string@string

 

ETYPE=Function

 

Declaration:

Delphi:

function LastPos(const SubStr: string; const S: string): Integer; deprecated;

C++:

int LastPos(const String SubStr, const String S);

 

Unit: IWUtils.pas

 

Description: All these strings functions will redirect to IW.Common.Strings. Left here for compat with 3rd party code

 

Parameters:

 

•SubStr: string

 

•S: string

 

Result(Integer):