Description |
VarMod (Magic xpa 4.x)
Checks whether the contents of a variable was changed since the data view record was fetched.
|
Syntax:
|
VarMod(variable)
|
Parameters:
|
variable: A value representing a variable index. Should be used with the VAR literal.
|
Returns:
|
TRUE if modified
|
Example:
|
VarMod('A'VAR) evaluates to True if the contents of variable A were changed since the data view record was fetched.
|
See also:
|
ViewMod, Var functions
The Online and Rich Client Samples projects (program VA07, VA08, RVA07 and RVA08)
|
|
|
---|