====== LABEL property ====== ==== Applies To ==== Edit table ==== Description ==== Text used as a heading for columns in an edit table control. ==== Usage ==== headinglabels = **Get_Property**( edit_table1, **"LABEL"** ) existlabels = **Set_Property**( edit_table1, **"LABEL"**, LabelList) ==== Remarks ==== Values passed in Set_Property: ^Value^Description^ |LabelList|@FM delimited list of column headings| Values returned by both [[get_property|Get_Property()]] and [[set_property|Set_Property()]]: ^Value^Description^ |headinglabels|@FM-delimited list of existing column headings| |existlabels|List of column headings, when Set_Property was run. That is, the values before they were changed.| ==== See Also ==== [[collabel_message|COLLABEL message]]