>
comp
>
gb.form
>
tableview
>
.save
[3.0]
Previous
Next
Edit
Rename
Undo
Refresh
Search
Administration
Documentation
History
TableView.Save (gb.form)
Syntax
EVENT
Save
(
Row
AS
Integer
,
Column
AS
Integer
,
Value
AS
String
)
This event is raised when some value must be saved in a specified cell.
Row
is the cell row.
Column
is the cell column.
Value
is the value to be saved.