Controls
ID #1041
Can a List Box have a variable as the List Box Header?
No. But you can change them dynamically:
?List1{PropList:Header, 1} = 'Title1'
?List1{PropList:Header, 2} = 'Title2'
Tags: listbox, listbox header
Related entries:
- How to receive the list of %Primary and %Secondary files, used in current procedure by all templates?
- What is the error "Internal error 1: WSLDIAL"?
- How to set variable name for data file in the dictionary?
- What is the DOS-driver? And what for it is used?
- How it is possible to receive information about Prompt text from dictionary?
Last update: 2007-07-13 14:51
Author: Steve Parker
Revision: 1.0
You can comment on this entry
Comment of Tony Tetley:
In addition to what Steve said, if you are using groups you can change them also, for example:
?List1{PROPLIST:Header + PROPLIST:Group, 1} = 'Group title 1'
Added at: 2038-01-19 05:14