FireDAC.Stan.Util.FDStrRPos

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FDStrRPos(Str1, Str2: PChar): PChar;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall FDStrRPos(System::WideChar * Str1, System::WideChar * Str2);

Propriétés

Type Visibilité  Source Unité  Parent
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Description

Renvoie un pointeur sur la première occurrence de Str2 dans Str1.

FDStrRPos renvoie un pointeur sur la première occurrence de Str2 dans Str1. Si Str2 ne se produit pas dans Str1, FDStrRPos renvoie nil.

Voir aussi