Hello,
I'm using:
TMS FNC Web Socket version 1.0.0.3
Delphi 10.2.3 (Tokyo) Enterprise
Problem:
TTMSFNCWebSocketServer and TTMSFNCWebSocketClient are not available to be dropped onto a TDatamodule.
If a form is active both components are available to be droped.
yep, they are actual visual controls, which cannot be dropped on a datamodule. Creating them programmatically helps. There is no "designtime/visual" solution unfortunately.
As a work around, I use a form in place of a data module. Just create a new form they way you would a datamodule and never show the form. It is just a visual design container at that point (in practical use).