GetColumnName Method (OracleFormsListView)

Class

OracleFormsListView class

Action

Returns the name of the column at the specified index.

Syntax

sColumnName = oracleFormsListView.GetColumnName(index)
Variable Description
sColumnName STRING.
index The index of the column. The value is one-based. INTEGER.