Siebel Interactive Designer API Reference > Data Objects >

Label_Obj


Usage

Use the Label_Obj object to provide access to the data in a Feature table.

The object has two methods, GetLabelName and GetNumLabels, which you can use to populate an input UI control.

Use the Label_Obj function only when writing custom code for creating custom input UI controls and output targets.

Syntax

new Label_Obj(featureTableName)

Argument
Description
featureTableName
Name of a Feature table corresponding to the UI control.

Methods

Method
Description
GetLabelName(index,colName)
For a description, see Label_Obj.GetLabelName
GetNumLabels()
For a description, see Label_Obj.GetNumLabels

Example

See Example 1: Create a Custom Input UI Control.


 Siebel Interactive Designer API Reference 
 Published: 18 April 2003