You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Combo Box Item - ValueAt Property
Value at the specified location
Member of Combo Box Item (PRIM_CBIT)
Data Type - Variant

Parameters

Name

Type

Data Type

Description

Column

*Input

Integer

Column from which to obtain the value

Details


ValueAt can be used to get a value from a list cell.
This allows a value to be retrieved without needing to use LANSA list commands such as GET_ENTRY, and without needing to know the fields being used as the source of a column.

Example


This example retrieves a value from a variable column number.
#Value := #List.CurrentItem.ValueAt<#Column>

See also

All Component Classes
Technical Reference

  • No labels