item method

This method gets a field according to an index.

Defined in

TextFields

Syntax

public TextField Item(int index) throws SymphonyException

Parameters

int index

Specifies the index of the field to get , starting at 1.

Return Value

field

A TextField object that represents a user field.

Usage

If the index is out of bounds, this method throws an exception.

See examples

Example: item method