Share via


Super Mover Foundation Class

This class, when placed on a form, provides a mover list box with Move, Remove, MoveAll, and RemoveAll buttons.

Category

Movers

Default Catalog

Visual FoxPro Catalog\Foundation Classes\User Controls

Class

_supermover

Base Class

Container

Class Library

_mover.vcx

Parent Class

supermover

Sample

...\Samples\Solution\Ffc\movers.scx

Remarks

To use, drop the class on a project or form or, from the Component Gallery Item shortcut menu, select Add to Project or Add to Form. When you add the class to a project, you can choose between adding the class or creating a subclass. When you add the class to a form in a data environment, Visual FoxPro adds the class list box and button controls to the form in the Form Designer so you can specify appropriate property values.

Properties, Events, Methods

Description

MaxItems property

Specifies the maximum number of items that can be selected.

Default: 0

MaxMessage property

Specifies the message to display if maximum number of items is reached.

Default: ""

See Also

Concepts

Guidelines for Using Visual FoxPro Foundation Classes

Reference

Visual FoxPro Foundation Classes A-Z

Mover Foundation Class

Other Resources

Foundation Class Samples