System.Win.ComObj.TConnectionKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TConnectionKind = (ckSingle, ckMulti);

C++

enum DECLSPEC_DENUM TConnectionKind : unsigned char { ckSingle, ckMulti };

Properties

Type Visibility Source Unit Parent
enum public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

This is a tuple that contains possible values for the connection type.

This type (Delphi)/enum (C++) has two possible values, ckSingle and ckMulti, which represent whether the connection point allows a single or multiple connection.

See Also