Skip to content

Commit

Permalink
test properties
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud4d committed Dec 13, 2024
1 parent 3967efc commit 090eba8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
10 changes: 9 additions & 1 deletion docs/commands/create-entity-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@ $employees:=Create entity selection([Employee])

#### See also

[USE ENTITY SELECTION](use-entity-selection.md)<br/>[`dataClass.newSelection()`](../API/DataClassClass.md#newselection)
[USE ENTITY SELECTION](use-entity-selection.md)<br/>[`dataClass.newSelection()`](../API/DataClassClass.md#newselection)

#### Properties

| | |
| --- | --- |
| Command number | 1512 |
| Thread safe | &check; |

10 changes: 9 additions & 1 deletion docs/commands/dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,12 @@ After a call to **DIALOG**, if the dialog is accepted, OK is set to 1; if it is
[CALL FORM](../commands-legacy/call-form.md)
[CANCEL](../commands-legacy/cancel.md)
[Form](form.md)
[Open window](../commands-legacy/open-window.md)
[Open window](../commands-legacy/open-window.md)

#### Properties

| | |
| --- | --- |
| Command number | 40 |
| Thread safe | &cross; |
| Modifies variables | OK, error |

0 comments on commit 090eba8

Please sign in to comment.