We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514b56c commit 318cb15Copy full SHA for 318cb15
1 file changed
README.md
@@ -14,6 +14,7 @@ A tip is created via the language and will be displayed in a subform element in
14
15
**Example**
16
17
+```4d
18
Case of
19
: (Form event=On Load)
20
Form.tip:=New AJUI_Tip
@@ -27,6 +28,7 @@ A tip is created via the language and will be displayed in a subform element in
27
28
: (Form event=On Losing Focus)
29
Form.tip.Hide()
30
End case
31
+```
32
33
### Version
34
0 commit comments