ListBox header and footer

2020-03-05 Thread Andrew Hobson via 4D_Tech
Hello, I have a question concerning listbox objects. If I have a listbox containing array columns and that I don't use the header and footer for the arrays, is there a way of not having these object name showing up in the dropdown menu at the top of the Property list palette ? Like (Footer1)

Re: ListBox Header and Footer

2019-02-04 Thread Keisuke Miyako via 4D_Tech
you can hide (set to invisible) the headers and footers in the property list, likewise you can make the variables anonymous (form local or "dynamic" variables) but you can't remove them altogether because it is always possible to set them visible by code. > 2019/02/04 20:09态Andrew Hobson via

ListBox Header and Footer

2019-02-04 Thread Andrew Hobson via 4D_Tech
Hello, For a ListBox, if I don't use the header and footer, is there a way to avoid having these elements show up in the property list of the form and the necessity to have the associate variables ? If yes, how do you remove these objects ? Thanks for the help. Andrew