mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 16:37:54 +02:00
.. | ||
demo | ||
icons | ||
chatcontrol.pas | ||
chatctrls.inc | ||
chatctrls.pas | ||
lazchatctrl.lpk | ||
lazchatctrl.pas | ||
Readme.md | ||
regchatctrls.pas | ||
typingindicator.pas |
Chat control for lazarus
This package contains 2 controls for lazarus. They're installed on the Misc tab of the component palette.
-
TChatControl: a basic chat control as you would find it in many messenger-like systems
-
TTypingIndicator: a basic animated 'typing' bubble. It is used to indicate that the left or right side of the conversation is "typing" in the chat control.
There is a chat demo in the demo directory, that shows how the TChatControl can be used.