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 | Misc Buttons |
|---|---|
| Default Catalog | Visual FoxPro Catalog\Foundation Classes\Buttons |
| Class | _cmdLaunch |
| Base Class | CommandButton |
| Class Library | _miscbtns.vcx |
| Parent Class | _commandbutton |
| Sample | ...\Samples\Solution\Ffc\buttons.scx |
Remarks
This button launches an application using the RUN command.
To use, drop the class on a project or form or, from the Component Gallery Item Shortcut Menu, select Add to Form. When you add the class to a form, Visual FoxPro opens a builder so you can specify the appropriate cFileName value. When you drop the class on a project, you can choose between adding the class or creating a subclass.
| Properties, Events, Methods | Description |
|---|---|
| cFileName property | Specifies the name of the file to launch. Default: "" |
See Also
Guidelines for Using Visual FoxPro Foundation Classes | Visual FoxPro Foundation Classes A-Z | Visual FoxPro Foundation Class Samples