Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 3b22722

Browse files
livecodesamlivecodepanos
authored andcommitted
[Bugfix-21576] Separate deleteLine and deleteLines in DataGrid docs (#2082)
* Update datagrid.lcdoc * Update datagrid.lcdoc * Create bugfix-21576 * Rename bugfix-21576 to bugfix-21576.md * Update datagrid.lcdoc * Update bugfix-21576.md
1 parent 5ad0a7b commit 3b22722

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

Documentation/dictionary/datagrid.lcdoc

Lines changed: 32 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1908,8 +1908,6 @@ the data will be added to the end of the existing data.
19081908

19091909
Name: DeleteIndex
19101910

1911-
Synonyms: DeleteIndexes
1912-
19131911
Type: command
19141912

19151913
Associations: datagrid, datagrid commands
@@ -1920,13 +1918,27 @@ Summary: Deletes the specified indexes from the data grid.
19201918

19211919
Description:
19221920

1921+
Deletes the specified indexes from the data grid. pIndex is an
1922+
integer.
1923+
1924+
1925+
Name: DeleteIndexes
1926+
1927+
Type: command
1928+
1929+
Associations: datagrid, datagrid commands
1930+
1931+
Syntax: dispatch "DeleteIndexes" to group "DataGrid" with pIndexes
1932+
1933+
Summary: Deletes the specified indexes from the data grid.
1934+
1935+
Description:
1936+
19231937
Deletes the specified indexes from the data grid. pIndexes is a comma
19241938
delimited list of integers.
19251939

19261940

1927-
Name: DeleteLine
1928-
1929-
Synonyms: DeleteLines
1941+
Name: DeleteLine
19301942

19311943
Type: command
19321944

@@ -1936,6 +1948,21 @@ Syntax: dispatch "DeleteLine" to group "DataGrid" with pLine
19361948

19371949
Summary: Deletes the specified lines from the data grid.
19381950

1951+
Description:
1952+
Deletes the specified line from the data grid. pLine is an
1953+
integer.
1954+
1955+
1956+
Name: DeleteLines
1957+
1958+
Type: command
1959+
1960+
Associations: datagrid, datagrid commands
1961+
1962+
Syntax: dispatch "DeleteLine" to group "DataGrid" with pLines
1963+
1964+
Summary: Deletes the specified lines from the data grid.
1965+
19391966
Description:
19401967
Deletes the specified lines from the data grid. pLines is a comma
19411968
delimited list of integers.

notes/bugfix-21576.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Split non-synonymous DataGrid commands deleteIndex and deleteIndexes as well as deleteLine and deleteLines in the documentation.

0 commit comments

Comments
 (0)