// Delete the space characters found on the right of controls
ResDelSpace = ControlNoSpace(True)
Syntax
<Result> = ControlNoSpace(<Deletion of Space Characters>)
<Result>: Boolean
- True if the spaces to the right of the controls were already deleted (before the call to ControlNoSpace),
- False otherwise.
<Deletion of Space Characters>: Boolean
- True if the space characters found on the right of the controls (and in each table column) must be deleted,
- False otherwise.
Remarks
- ControlNoSpace affects all project controls until the next call to ControlNoSpace
- ControlNoSpace does not apply to combo boxes (editable or not) and to list boxes.
- ControlNoSpace does not apply when the table columns are assigned by TableAdd.
- ControlNoSpace does not apply after an input performed by the user: if the user types space characters at the end of the control, these space characters will be retrieved.