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