FireDAC.Stan.Util.FDStrRPos
Delphi
function FDStrRPos(Str1, Str2: PChar): PChar;
C++
extern DELPHI_PACKAGE System::WideChar * __fastcall FDStrRPos(System::WideChar * Str1, System::WideChar * Str2);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FireDAC.Stan.Util.pas FireDAC.Stan.Util.hpp |
FireDAC.Stan.Util | FireDAC.Stan.Util |
Description
Returns a pointer to the first occurrence of Str2 in Str1.
FDStrRPos returns a pointer to the first occurrence of Str2 in Str1. If Str2 does not occur in Str1, FDStrRPos returns nil.