IBX.IBUtils.TIBProtocols

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TIBProtocols = (ibTCP, ibNamedPipe, ibSPX, ibLocal);

C++

enum DECLSPEC_DENUM TIBProtocols : unsigned char { ibTCP, ibNamedPipe, ibSPX, ibLocal };

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
IBX.IBUtils.pas
IBX.IBUtils.hpp
IBX.IBUtils IBX.IBUtils

Beschreibung

Aufzählung für Verbindungstypen.

Der Aufzählungstyp TIBProtocols wird von den Methoden DecomposeDatabaseName und ComposeDatabaseName verwendet.

Siehe auch