IBX.IBDatabase.TIBSecondaryFile

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIBSecondaryFile = record
    FileSpec : string;
    function AsSQL : string;
    case IsStarting : Boolean of
      True : (StartingAt : Integer);
      False : (Length : Integer);
  end;

C++

struct DECLSPEC_DRECORD TIBSecondaryFile
{
public:
    System::UnicodeString FileSpec;
    System::UnicodeString __fastcall AsSQL();
public:
    bool IsStarting;
    union
    {
        struct
        {
            int Length;
        };
        struct
        {
            int StartingAt;
        };
    };
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
IBX.IBDatabase.pas
IBX.IBDatabase.hpp
IBX.IBDatabase IBX.IBDatabase

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 !