value_listItem
Returns current value-list item.
Target
Signature
1value_listItem()Returns current value-list item.
value_listItem is a global callable that can be used wherever an expression is valid. value_listItem is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.
Examples
Basic call
1value_listItemThe example shows the call shape; use bind values and checked errors for visitor-supplied data.