Skip to content

Commit 318cb15

Browse files
authored
Update README.md
1 parent 514b56c commit 318cb15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A tip is created via the language and will be displayed in a subform element in
1414

1515
**Example**
1616

17+
```4d
1718
Case of
1819
: (Form event=On Load)
1920
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
2728
: (Form event=On Losing Focus)
2829
Form.tip.Hide()
2930
End case
31+
```
3032

3133
### Version
3234

0 commit comments

Comments
 (0)