HostFields Property (Read Only)

Top  Previous  Next

Gets an array containing the reformated screen fields.

 

VB.NET Syntax

 

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

 

C# Syntax

 

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

 

 

Remarks

 

This list includes all Fields (protected and unprotected) 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 specify a wrong index value, a null value is returned.

 

See also EditFields property, Fields and Field classes.