EmptyRecord Function | |
Determine if the current record in the current workarea is empty.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION EmptyRecord() AS LOGIC
public static bool EmptyRecord()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the record is empty; otherwise FALSE.
See Also