Table of Contents

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:

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.

See Also

COLLABEL message