Click or drag to resize

EmptyField Function

X#
Determine if field number n in the current workarea is empty.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION EmptyField(
	n AS DWORD
) AS LOGIC
Request Example View Source

Parameters

n
Type: DWord
The field number in the current workarea.

Return Value

Type: Logic
TRUE if the field is empty; otherwise FALSE.
See Also