FormObjectSet.cursor 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.
Has no functionality in the FormObjectSet class but is overridden by the FormDataSource.cursor method, which returns the currently active record in the table that is referenced by the data source.
public:
virtual Microsoft::Dynamics::Ax::Xpp::Common ^ cursor();
public virtual Microsoft.Dynamics.Ax.Xpp.Common cursor ();
abstract member cursor : unit -> Microsoft.Dynamics.Ax.Xpp.Common
override this.cursor : unit -> Microsoft.Dynamics.Ax.Xpp.Common
Public Overridable Function cursor () As Common