.mark()

Previous Next

Checks if the first record in the Rows object is marked or not.

Returns the mark value of the first row object in the Rows object.

Syntax

.mark()

NOTE: You can use .mark(value) to change the mark value of a record.

 

Example

var mark = $.udb('EMP').rows('current').mark();

 

See Also

.mark( value )