FireDAC.Stan.Util.FDIdentToStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FDIdentToStr(const AValue: Variant; var AQuotes: Boolean): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDIdentToStr(const System::Variant &AValue, bool &AQuotes);

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 une représentation sous forme de chaîne d'un variant.

La fonction FDIdentToStr renvoie une représentation sous forme de chaîne du paramètre AValue.

Le paramètre AQuotes spécifie si la chaîne produite doit être encadrée de guillemets.

Voir aussi