Datasnap.DSCommon.TDSCallbackItem.Channels

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Channels: TStrings read FChannels;

C++

__property System::Classes::TStrings* Channels = {read=FChannels};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSCallbackItem

説明

この特定のコールバックが興味を持っている、チャンネルの名前のリスト、または nil を示します。

Channels プロパティは、この特定のコールバックが興味を持っている、チャンネルの名前のリスト、または nil を示します。

関連項目