API:System.SysUtils.TStringHelper.LastIndexOfAny
Revision as of 22:19, 31 May 2012 by BuildBot (talk | contribs) (Created page with '<section begin="api" /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: TStringHelper'''</li> </ul> <vclInfo name="L...')
Delphi
function LastIndexOfAny(const AnyOf: array of Char): Integer; overload;
function LastIndexOfAny(const AnyOf: array of Char; StartIndex: Integer): Integer; overload;
function LastIndexOfAny(const AnyOf: array of Char; StartIndex: Integer; Count: Integer): Integer; overload;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.SysUtils.pas | System.SysUtils | TStringHelper |
Description
Embarcadero Technologies does not currently have any additional information.