|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

Grid.GetModified

OverviewExamples

boolean Grid.GetModified ( string ObjectName,


number Row = -1,


number Column = -1 )


De s cr ip t ion


Returns the modified flag for a cell, or if -1, -1 is passed in for row and column, it returns the status for the entire grid. That is, whether the cell or grid has been modified since it was created or the last call to Grid.SetModified.


P arame t er s


ObjectName


(string) The name of the grid object.


|