LABEL property

Edit table

Text used as a heading for columns in an edit table control.

headinglabels = Get_Property( edit_table1, "LABEL" )

existlabels = Set_Property( edit_table1, "LABEL", LabelList)

Values passed in Set_Property:

ValueDescription
LabelList@FM delimited list of column headings

Values returned by both Get_Property() and Set_Property():

ValueDescription
headinglabels@FM-delimited list of existing column headings
existlabelsList of column headings, when Set_Property was run. That is, the values before they were changed.
  • guides/programming/programmers_reference_manual/label.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1