FireDAC.Stan.Util.FDIdentToStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns a string representation of a Variant.

The FDIdentToStr function returns a string representation of the AValue parameter.

The AQuotes parameter specifies whether the resulting string should be quoted.

See Also