FireDAC.Phys.Intf.TFDPhysParsedName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFDPhysParsedName = record
    FCatalog,
    FSchema,
    FBaseObject,
    FObject,
    FLink: String;
  end;

C++

struct DECLSPEC_DRECORD TFDPhysParsedName
{
public:
    System::UnicodeString FCatalog;
    System::UnicodeString FSchema;
    System::UnicodeString FBaseObject;
    System::UnicodeString FObject;
    System::UnicodeString FLink;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf FireDAC.Phys.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 !