FireDAC.Phys.IBWrapper.TIBInfo.TConfig

提供: RAD Studio API Documentation
移動先: 案内検索

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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FireDAC.Phys.IBWrapper.pas
FireDAC.Phys.IBWrapper.hpp
FireDAC.Phys.IBWrapper TIBInfo

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。