Indy 9
|
TIdIPMCastBase = class(TIdComponent)
TIdIPMCastBase implements properties and abstract methods that allow access to and control of the MulticastGroup address, Port, Active state, and Binding for the component.
Applications do not create instances of TIdIPMCastBase. Use TIdIPMCastClient or TIdIPMCastServer to provide Multicast datagram support.
constructor Create(AOwner: TComponent); override;
function IsValidMulticastGroup(Value: string): Boolean;