Share via


FormDataSource.anyMarked Method

Definition

Checks whether any records in the underlying cache are marked.

public:
 virtual bool anyMarked();
public virtual bool anyMarked ();
abstract member anyMarked : unit -> bool
override this.anyMarked : unit -> bool
Public Overridable Function anyMarked () As Boolean

Returns

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.

Applies to