EditFields Property (Read Only)

Top  Previous  Next

Returns an array containing the editable screen fields.

 

VB.NET Syntax

 

[Field =] tnxxxx.EditFields (Index As Integer)

 

C# Syntax

 

[Field =] tnxxxx.EditFields [int index];

 

 

Remarks

 

This list includes only the unprotected Fields of the mainframe's screen reformated to fit in standard gui elements; when a field goes beyond the number display size in columns, the field is splitted in as many fields as necessary with a maximun length of the number of display columns.

 

If you specified a wrong index value, a null value is returned.

 

See also HostFields property, Fields and Field classes.