Function | Description | Standard |
runclient(v) | Indicates that the expression v should be evaluated in the context of a running application, using real-time values where possible. | Centrallix |
runserver(v) | Indicates that the expression v should be evaluated in the context of server-side data, including parameters passed to components and applications, or data resulting from a SQL query while a report is being generated. Data on the client side, such as the content of an editbox, are not available to a runserver() expression. | Centrallix |
runstatic(v) | This is the default and does not need to be explicitly used. It means that none of the values in the expression v depend on any server-side or client-side context. Such expressions consist generally of constant values. For example, an application designer may choose to do arithmetic for widget layout using runstatic() expressions instead of manually adding or subtracting values. | Centrallix |