COM List Interface
The Lion List object is returned by one of the functions of the Lion COM
connection: GetListboxFile, GetListbyIndex or GetListbyName.
Properties
| Name |
Return type |
Access |
Description |
| Key |
String |
Read |
The name of the Listbox file. |
| Name |
String |
Read |
The name of the field. |
| NoColumns |
Integer |
Read |
The current number of columns in the Listbox. |
| NoEntries |
Integer |
Read |
The current number of items in the Listbox. |
Functions
| Name |
Return type |
Parameters |
Description |
| Type |
Name |
| GetCodeValue |
String |
String |
DataValue |
Returns the code associated with a descriptive value list. |
| GetDataValue |
String |
String |
CodeValue |
Returns the descriptive value associated with the code value in the list. |
| Value |
String |
Integer |
Row |
Returns the value at a specified row and column within a list. |
| Integer |
Column |