Data.DBXTransport.TDBXChannelInfo.Id

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Id: Integer read FId;

C++

__property int Id = {read=FId, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TDBXChannelInfo

Description

Specifies the channel ID.

The Id property specifies the channel ID.

See Also