Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
| 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
This class, when placed on a form, provides a mover list box with Move, Remove, MoveAll, and RemoveAll buttons.
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
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples | Mover