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