FormDataSource.anyMarked Method
Checks whether any records in the underlying cache are marked.
Syntax
public boolean anyMarked()
Run On
Client
Return Value
Type: boolean
true if any records are marked; otherwise, false.
Remarks
Records in a data source can be marked (selected) for actions such as deletion or copying by using the FormDataSource.markedRecord method.