EmptyField Function | |
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
public static bool EmptyField(
uint n
)
Request Example
View SourceParameters
- n
- Type: DWord
The field number in the current workarea.
Return Value
Type:
Logic
TRUE if the field is empty; otherwise FALSE.
See Also