FormDataSource.anyMarked Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.