PMS32 Online- Hilfereferenz

MY.SYSTEMS.ASHELL

AShell - Windows System Objekt


Hilfe: Windows Shell Funktionen
Windows System Objekt


Code: Windows Shell Funktionen
*/ Kurzbeispiel für den Zugriff auf diese Struktur
*/ Der Zugriff erfolgt über: My.Systems.AShell
*/ Wird dieses Objekt in einem REPLACE oder einer Schleife SCAN ... ENDSCAN | FOR ... NEXT benötigt
*/ so sollte vor der Schleife die Objektstruktur in eine Variable geholt werden!
*/ Die Ausführungsgeschwindigkeit wird dadurch sehr vergrößert!
*/ Beispiel:
*/ Definieren einer LOKALEN Variablen
LOCAL loAShell AS My.Systems.AShell
*/ Setzen der Variablen
loAShell = My.Systems.AShell
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loAShell.Function1(),Feldname2 WITH loAShell.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loAShell.Function(Alias.Spalte) + 25
	lvValue = loAShell.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von AShell


Liste der Methoden von AShell


AddToRecent() - AShell Method or Property

Add an object to the Recent Docuements
Hilfeinformation
Add an object to the Recent Docuements

Aufrufinformation
Variant = My.Systems.AShell.AddToRecent(varFile as Variant,bstrCategory as String)
Variant = My.Systems.AShell.AddToRecent(varFile,bstrCategory)
Codeinformation


BrowseForFolder() - AShell Method or Property

Browse the name space for a Folder
Hilfeinformation
Browse the name space for a Folder

Aufrufinformation
Variant = My.Systems.AShell.BrowseForFolder(Hwnd as Integer,Title as String,Options as Integer,RootFolder as Variant)
Variant = My.Systems.AShell.BrowseForFolder(Hwnd,Title,Options,RootFolder)
Codeinformation


CanStartStopService() - AShell Method or Property

Determine if the current user can start/stop the named service.
Hilfeinformation
Determine if the current user can start/stop the named service.

Aufrufinformation
Variant = My.Systems.AShell.CanStartStopService(ServiceName as String)
Variant = My.Systems.AShell.CanStartStopService(ServiceName)
Codeinformation


CascadeWindows() - AShell Method or Property

Cascade Windows
Hilfeinformation
Cascade Windows

Aufrufinformation
Variant = My.Systems.AShell.CascadeWindows()
Codeinformation


ControlPanelItem() - AShell Method or Property

Run a Control Panel Item
Hilfeinformation
Run a Control Panel Item

Aufrufinformation
Variant = My.Systems.AShell.ControlPanelItem(bstrDir as String)
Variant = My.Systems.AShell.ControlPanelItem(bstrDir)
Codeinformation


EjectPC() - AShell Method or Property

Eject the pc
Hilfeinformation
Eject the pc

Aufrufinformation
Variant = My.Systems.AShell.EjectPC()
Codeinformation


Explore() - AShell Method or Property

Explore a folder
Hilfeinformation
Explore a folder

Aufrufinformation
Variant = My.Systems.AShell.Explore(vDir as Variant)
Variant = My.Systems.AShell.Explore(vDir)
Codeinformation


ExplorerPolicy() - AShell Method or Property

Return explorer policy value
Hilfeinformation
Return explorer policy value

Aufrufinformation
Variant = My.Systems.AShell.ExplorerPolicy(bstrPolicyName as String)
Variant = My.Systems.AShell.ExplorerPolicy(bstrPolicyName)
Codeinformation


FileRun() - AShell Method or Property

Bring up the file run
Hilfeinformation
Bring up the file run

Aufrufinformation
Variant = My.Systems.AShell.FileRun()
Codeinformation


FindComputer() - AShell Method or Property

Find a computer
Hilfeinformation
Find a computer

Aufrufinformation
Variant = My.Systems.AShell.FindComputer()
Codeinformation


FindFiles() - AShell Method or Property

Find Files
Hilfeinformation
Find Files

Aufrufinformation
Variant = My.Systems.AShell.FindFiles()
Codeinformation


FindPrinter() - AShell Method or Property

Find a Printer in the Directory Service
Hilfeinformation
Find a Printer in the Directory Service

Aufrufinformation
Variant = My.Systems.AShell.FindPrinter(Name as String,location as String,model as String)
Variant = My.Systems.AShell.FindPrinter(Name,location,model)
Codeinformation


GetSetting() - AShell Method or Property

Return shell global setting
Hilfeinformation
Return shell global setting

Aufrufinformation
Variant = My.Systems.AShell.GetSetting(lSetting as Integer)
Variant = My.Systems.AShell.GetSetting(lSetting)
Codeinformation


GetSystemInformation() - AShell Method or Property

Retrieve info about the user's system
Hilfeinformation
Retrieve info about the user's system

Aufrufinformation
Variant = My.Systems.AShell.GetSystemInformation(Name as String)
Variant = My.Systems.AShell.GetSystemInformation(Name)
Codeinformation


Help() - AShell Method or Property

Display shell help
Hilfeinformation
Display shell help

Aufrufinformation
Variant = My.Systems.AShell.Help()
Codeinformation


IsRestricted() - AShell Method or Property

get restriction settings
Hilfeinformation
get restriction settings

Aufrufinformation
Variant = My.Systems.AShell.IsRestricted(Group as String,Restriction as String)
Variant = My.Systems.AShell.IsRestricted(Group,Restriction)
Codeinformation


IsServiceRunning() - AShell Method or Property

Determine if a service is running by name.
Hilfeinformation
Determine if a service is running by name.

Aufrufinformation
Variant = My.Systems.AShell.IsServiceRunning(ServiceName as String)
Variant = My.Systems.AShell.IsServiceRunning(ServiceName)
Codeinformation


MinimizeAll() - AShell Method or Property

Minimize all windows
Hilfeinformation
Minimize all windows

Aufrufinformation
Variant = My.Systems.AShell.MinimizeAll()
Codeinformation


NameSpace() - AShell Method or Property

Get special folder from ShellSpecialFolderConstants
Hilfeinformation
Get special folder from ShellSpecialFolderConstants

Aufrufinformation
Variant = My.Systems.AShell.NameSpace(vDir as Variant)
Variant = My.Systems.AShell.NameSpace(vDir)
Codeinformation


Open() - AShell Method or Property

Open a folder
Hilfeinformation
Open a folder

Aufrufinformation
Variant = My.Systems.AShell.Open(vDir as Variant)
Variant = My.Systems.AShell.Open(vDir)
Codeinformation


RefreshMenu() - AShell Method or Property

Refresh the menu
Hilfeinformation
Refresh the menu

Aufrufinformation
Variant = My.Systems.AShell.RefreshMenu()
Codeinformation


SearchCommand() -

Immersive Search
Hilfeinformation

Aufrufinformation
Variant = My.Systems.AShell.SearchCommand()
Codeinformation


ServiceStart() - AShell Method or Property

Start a service by name, and optionally set it to autostart.
Hilfeinformation
Start a service by name, and optionally set it to autostart.

Aufrufinformation
Variant = My.Systems.AShell.ServiceStart(ServiceName as String,Persistent as Variant)
Variant = My.Systems.AShell.ServiceStart(ServiceName,Persistent)
Codeinformation


ServiceStop() - AShell Method or Property

Stop a service by name, and optionally disable autostart.
Hilfeinformation
Stop a service by name, and optionally disable autostart.

Aufrufinformation
Variant = My.Systems.AShell.ServiceStop(ServiceName as String,Persistent as Variant)
Variant = My.Systems.AShell.ServiceStop(ServiceName,Persistent)
Codeinformation


SetTime() - AShell Method or Property

Bring up the Set time dialog
Hilfeinformation
Bring up the Set time dialog

Aufrufinformation
Variant = My.Systems.AShell.SetTime()
Codeinformation


ShellExecute() - AShell Method or Property

Execute generic command
Hilfeinformation
Execute generic command

Aufrufinformation
Variant = My.Systems.AShell.ShellExecute(File as String,vArgs as Variant,vDir as Variant,vOperation as Variant,vShow as Variant)
Variant = My.Systems.AShell.ShellExecute(File,vArgs,vDir,vOperation,vShow)
Codeinformation


ShowBrowserBar() - AShell Method or Property

Show/Hide browser bar.
Hilfeinformation
Show/Hide browser bar.

Aufrufinformation
Variant = My.Systems.AShell.ShowBrowserBar(bstrClsid as String,bShow as Variant)
Variant = My.Systems.AShell.ShowBrowserBar(bstrClsid,bShow)
Codeinformation


ShutdownWindows() - AShell Method or Property

Exit Windows
Hilfeinformation
Exit Windows

Aufrufinformation
Variant = My.Systems.AShell.ShutdownWindows()
Codeinformation


Suspend() - AShell Method or Property

Suspend the pc
Hilfeinformation
Suspend the pc

Aufrufinformation
Variant = My.Systems.AShell.Suspend()
Codeinformation


TileHorizontally() - AShell Method or Property

Tile windows horizontally
Hilfeinformation
Tile windows horizontally

Aufrufinformation
Variant = My.Systems.AShell.TileHorizontally()
Codeinformation


TileVertically() - AShell Method or Property

Tile windows vertically
Hilfeinformation
Tile windows vertically

Aufrufinformation
Variant = My.Systems.AShell.TileVertically()
Codeinformation


ToggleDesktop() - AShell Method or Property

Raise/lower the desktop
Hilfeinformation
Raise/lower the desktop

Aufrufinformation
Variant = My.Systems.AShell.ToggleDesktop()
Codeinformation


TrayProperties() - AShell Method or Property

Handle Tray properties
Hilfeinformation
Handle Tray properties

Aufrufinformation
Variant = My.Systems.AShell.TrayProperties()
Codeinformation


UndoMinimizeALL() - AShell Method or Property

Undo Minimize All
Hilfeinformation
Undo Minimize All

Aufrufinformation
Variant = My.Systems.AShell.UndoMinimizeALL()
Codeinformation


WindowSwitcher() - AShell Method or Property

Window Switcher
Hilfeinformation

Aufrufinformation
Variant = My.Systems.AShell.WindowSwitcher()
Codeinformation


Windows() - AShell Method or Property

The collection of open folder windows
Hilfeinformation
The collection of open folder windows

Aufrufinformation
Variant = My.Systems.AShell.Windows()
Codeinformation


WindowsSecurity() - AShell Method or Property

Windows Security
Hilfeinformation
Windows Security

Aufrufinformation
Variant = My.Systems.AShell.WindowsSecurity()
Codeinformation


Liste der Properties von AShell


Application - AShell Method or Property

Get Application object
Hilfeinformation
Get Application object

Aufrufinformation
Object = My.Systems.AShell.Application
Codeinformation


Parent - AShell Method or Property

Get Parent object
Hilfeinformation
Get Parent object

Aufrufinformation
Object = My.Systems.AShell.Parent
Codeinformation


Siehe auch : Hauptmenü /  Hauptindex /  Such Index /  Cursor Index /  Programm Module /  Tabellen Index /  Tabellenmodule /  Masken Index /  Programmcode Index /  Servicepacks /  My.Struktur /  Funktionen /  Sonstiges Index

Lokale Benutzerhilfe : Meine eigene Hilfe /  Zurück zur PMS32 - Hilfe


Dateiversion:1.0.04#3648 - H.U.DD#SSFF 02.12.2022  Senden Sie Ihren Kommentar zu diesem Thema an das Entwicklungsteam von PMS32  Weitere Informationen finden Sie unter der aktuellen PMS32 WEB-Hilfe
Die Informationen dieser Mitteilung sind vertraulich und nur für Sie bestimmt. Unbefugtes Weiterleiten,  Veröffentlichen, Kopieren usw. sind untersagt und werden gerichtlich verfolgt.  © PMS Compelec GmbH 2022 ® el-Projekt