mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-28 18:31:41 +01: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.