FireDAC.Phys.IBWrapper.TIBInfo.TConfig

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

    TConfig = record
    public type
      TEntry = record
        FID: Integer;
        FValue: Integer;
      end;
    public
      FConfig: TArray<TEntry>;
      FServerPath: String;
      FLockPath: String;
      FMessagePath: String;
      FSecurityDBFile: String;
    end;

C++

struct DECLSPEC_DRECORD TConfig
{
public:
    struct DECLSPEC_DRECORD TEntry
    {
    public:
        int FID;
        int FValue;
    };
public:
#ifndef _WIN64
    System::DynamicArray<TEntry> FConfig;
#else /* _WIN64 */
    System::TArray__1<TEntry> FConfig;
#endif /* _WIN64 */
    System::UnicodeString FServerPath;
    System::UnicodeString FLockPath;
    System::UnicodeString FMessagePath;
    System::UnicodeString FSecurityDBFile;
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TIBInfo

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.