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