FireDAC.Stan.Util.FDFieldInFieldNames

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FDFieldInFieldNames(const AStr, AName: String) : Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall FDFieldInFieldNames(const System::UnicodeString AStr, const System::UnicodeString AName);

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

Vérifie si un nom de champ est une chaîne de noms délimitée par des points-virgules.

FDFieldInFieldNames renvoie True si le champ AName se trouve dans la chaîne AStr. Sinon, elle renvoie False.

Voir aussi