FireDAC.Phys.TFDPhysDataTableInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TFDPhysDataTableInfo = record
    FSourceName: String;
    FSourceID: Integer;
    FOriginName: String;
    FArraySize: Integer;
  end;

C++

struct DECLSPEC_DRECORD TFDPhysDataTableInfo
{
public:
    System::UnicodeString FSourceName;
    int FSourceID;
    System::UnicodeString FOriginName;
    int FArraySize;
};

Propriétés

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

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 !