ID

Description

The number of the column or TableBlob.

Applies to

Column and TableBlob controls

Syntax

PowerBuilder dot notation:

dw_control.Object.controlname.ID

Describe and Modify argument:

"controlname.ID"

Parameter

Description

controlname

The name of the column or TableBlob for which you want the ID number

Examples

Example 1

setting = dw1.Object.empname.ID

setting = dw1.Describe("empname.ID")