FireDAC.Stan.Util.FDIdentToStr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Stan.Util.pas
FireDAC.Stan.Util.hpp
FireDAC.Stan.Util FireDAC.Stan.Util

Beschreibung

Gibt eine String-Darstellung eines Variant-Wertes zurück.

Die Funktion FDIdentToStr gibt eine String-Darstellung des Parameters AValue zurück.

Der Parameter AQuotes gibt an, ob der Ergebnis-String in Anführungszeichen gesetzt werden soll.

Siehe auch