Datasnap.DSServer.TDSCallbackTunnelBufferItem.IsBroadcast
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
| Unit: Datasnap.DSServer | |
| Parent: TDSCallbackTunnelBufferItem | |
Delphi
property IsBroadcast: Boolean read FIsBroadcast;
C++
__property bool IsBroadcast = {read=FIsBroadcast, nodefault};
Description
Specifies whether the channel is broadcasting or not.
The IsBroadcast property is True if the channel is broadcasting, False otherwise.