FireDAC.Stan.Intf.TFDParseFmtSettings

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFDParseFmtSettings = record
    FDelimiter: Char;
    FQuote: Char;
    FQuote1: Char;
    FQuote2: Char;
  end;

C++

struct DECLSPEC_DRECORD TFDParseFmtSettings
{
public:
    System::WideChar FDelimiter;
    System::WideChar FQuote;
    System::WideChar FQuote1;
    System::WideChar FQuote2;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !