Documentation Comments
Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.
RealityV15.1Online Documentation (MoTW) Revision 7
RW_EDITBOX (RealWeb) (rw_editbox.htm)
Use of this API subroutine is now deprecated - it can still be used, but for new developments it is recommended that you use RW_EDIT_BOX instead, since this provides enhanced functionality.
Creates a text input field for a form, with the specified name and size, and an optional line break.
RW_EDITBOX(Name, Size, Break)
Name A name, unique within the form, for the text field.
Size The size, in characters, of the text field.
Break If non-zero, specifies that the text field should followed by a line break.
Requires a previous call to RW_START_FORM.