FireDAC.Stan.Util.FDValToStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function FDValToStr(const AValue: Variant; AQuotes: Boolean): String;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall FDValToStr(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 FDValToStr 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