Data.SqlExpr.TConnectionUserType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TConnectionUserType = (eUserMonitor, eUserDataSet);

C++

enum DECLSPEC_DENUM TConnectionUserType : unsigned char { eUserMonitor, eUserDataSet };

Properties

Type Visibility Source Unit Parent
enum public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Enumeration for user type connections.

TConnectionUserType is an enumeration used to specify the user type for a connection. It is for internal use only. Use it at your own risk.

See Also