| HostFields Property (Read Only) | Top Previous Next | 
| Array containing the screen fields. 
 VB.NET Syntax 
 [Field =] tnxxxx.HostFields (Index As Variant) 
 C# Syntax 
 [Field :=] tnxxxx.HostFields [Index:Variant]; 
 
 Remarks 
 This list includes all Fields (protected and unprotected) of the mainframe's screen. If you specified a wrong index value, a null value is returned. 
 See also EditFields property, Fields and Field classes. |