SOCKETS.CLOSE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.CLOSE Method.xml
Close an open socket.
SOCKETS.WRITEB Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.WRITEB Method.xml
Write blob to socket.
FormView Control
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Other Controls/FormView/The Form View Control.xml

The FormView control is a versatile control for building web and mobile applications.

Using Redis Increment
/documentation/pages/Guides/Services/Redis/Increment Example.xml
Redis can *[extlink:atomically@https://en.wikipedia.org/wiki/Linearizability]* increment an existing Redis key value.
Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX
/documentation/pages/Ref/Action Javascript/Open a UX component to Edit Current Record in List Control in a UX, or add a new Record to a List Control in a UX.xml
Open a UX component in a pop-up window, or in a DIV on the current page, to edit the current page, to edit the current row in a List control in a UX component or to enter a new record into a List. (Applies only to Lists based on SQL or DBF data sources).
SOCKETS.DATAGRAM_SEND Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.DATAGRAM_SEND Method.xml
Send data to a host/port.
DotNet Example: Working with Streams
/documentation/pages/Guides/Dotnet Integration/Examples/DotNet Example__COLON__ Working with Streams.xml
Occasionally a .NET function will require that you pass or receive a stream as a parameter. This example shows how to create a stream to upload a file.
SOCKETS.READLINE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.READLINE Method.xml
Reads a line from the socket, if one is available (else returns blank).
A5.chart.generate Method
/documentation/pages/Ref/Client_Api/A5/chart_namespace/generate Method.xml
The settings to use for the charting of the data.
SOCKETS.WRITE Function
/documentation/pages/Ref/Api/Objects/System/Sockets/SOCKETS.WRITE Method.xml
Write string to socket.