PMS32 Online- Hilfereferenz

MY.SYSTEMS.SHEXPLORER

ShExplorer - Siehe Windows Systemlibrary


Hilfe: Windows System Explorer
Siehe Windows Systemlibrary


Code: Windows System Explorer
*/ Kurzbeispiel für den Zugriff auf diese Struktur
*/ Der Zugriff erfolgt über: My.Systems.ShExplorer
*/ 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 loShExplorer AS My.Systems.ShExplorer
*/ Setzen der Variablen
loShExplorer = My.Systems.ShExplorer
*/ Jetzt erst die Schleifen durchlaufen... man beachte ALL, dass können ne Menge Sätze sein...
REPLACE ALL Feldname1 WITH loShExplorer.Function1(),Feldname2 WITH loShExplorer.Function1(), ...
*/ Oder in einer Schleife...
SCAN
	lvValue = loShExplorer.Function(Alias.Spalte) + 25
	lvValue = loShExplorer.Function2(m.lvValue)
	REPLACE Feldname WITH m.lvValue,...
ENDSCAN
*/ Es sind auch geschachtelte Aufrufe möglich...

Memberliste von ShExplorer


Liste der Methoden von ShExplorer


ClientToWindow() - ShExplorer Method or Property

Converts client sizes into window sizes.
Hilfeinformation
Converts client sizes into window sizes.

Aufrufinformation
Variant = My.Systems.ShExplorer.ClientToWindow(pcx as Integer,pcy as Integer)
Variant = My.Systems.ShExplorer.ClientToWindow(pcx,pcy)
Codeinformation


ExecWB() - ShExplorer Method or Property

IOleCommandTarget::Exec
Hilfeinformation
IOleCommandTarget::Exec

Aufrufinformation
Variant = My.Systems.ShExplorer.ExecWB(cmdID as uExtended,cmdexecopt as uExtended,pvaIn as Variant,pvaOut as Variant)
Variant = My.Systems.ShExplorer.ExecWB(cmdID,cmdexecopt,pvaIn,pvaOut)
Codeinformation


GetProperty() - Abrufen einer Property in der Klasse

Abrufen einer Property in der Klasse
Hilfeinformation
Ruft die Value einer Property in der Klasse ab.
Die Parameter: tcProperty as String
tcProperty: Name der Property in der Klasse

Aufrufinformation
Variant = My.Systems.ShExplorer.GetProperty(Property as String)
Variant = My.Systems.ShExplorer.GetProperty(Property)
Codeinformation
*/ Vorausgesetzt wird, dass My bekannt ist...
LOCAL lnError AS Number
lnError = My.Systems.ShExplorer.GetProperty('nError')

GoBack() - ShExplorer Method or Property

Navigates to the previous item in the history list.
Hilfeinformation
Navigates to the previous item in the history list.

Aufrufinformation
Variant = My.Systems.ShExplorer.GoBack()
Codeinformation


GoForward() - ShExplorer Method or Property

Navigates to the next item in the history list.
Hilfeinformation
Navigates to the next item in the history list.

Aufrufinformation
Variant = My.Systems.ShExplorer.GoForward()
Codeinformation


GoHome() - ShExplorer Method or Property

Go home/start page.
Hilfeinformation
Go home/start page.

Aufrufinformation
Variant = My.Systems.ShExplorer.GoHome()
Codeinformation


GoSearch() - ShExplorer Method or Property

Go Search Page.
Hilfeinformation
Go Search Page.

Aufrufinformation
Variant = My.Systems.ShExplorer.GoSearch()
Codeinformation


Navigate() - ShExplorer Method or Property

Navigates to a URL or file.
Hilfeinformation
Navigates to a URL or file.

Aufrufinformation
Variant = My.Systems.ShExplorer.Navigate(URL as String,Flags as Variant,TargetFrameName as Variant,PostData as Variant,Headers as Variant)
Variant = My.Systems.ShExplorer.Navigate(URL,Flags,TargetFrameName,PostData,Headers)
Codeinformation


Navigate2() - ShExplorer Method or Property

Navigates to a URL or file or pidl.
Hilfeinformation
Navigates to a URL or file or pidl.

Aufrufinformation
Variant = My.Systems.ShExplorer.Navigate2(URL as Variant,Flags as Variant,TargetFrameName as Variant,PostData as Variant,Headers as Variant)
Variant = My.Systems.ShExplorer.Navigate2(URL,Flags,TargetFrameName,PostData,Headers)
Codeinformation


PutProperty() - ShExplorer Method or Property

Associates vtValue with the name szProperty in the context of the object.
Hilfeinformation
Associates vtValue with the name szProperty in the context of the object.

Aufrufinformation
Variant = My.Systems.ShExplorer.PutProperty(Property as String,vtValue as Variant)
Variant = My.Systems.ShExplorer.PutProperty(Property,vtValue)
Codeinformation


QueryStatusWB() - ShExplorer Method or Property

IOleCommandTarget::QueryStatus
Hilfeinformation
IOleCommandTarget::QueryStatus

Aufrufinformation
Variant = My.Systems.ShExplorer.QueryStatusWB(cmdID as uExtended)
Variant = My.Systems.ShExplorer.QueryStatusWB(cmdID)
Codeinformation


Quit() - ShExplorer Method or Property

Exits application and closes the open document.
Hilfeinformation
Exits application and closes the open document.

Aufrufinformation
Variant = My.Systems.ShExplorer.Quit()
Codeinformation


Refresh() - ShExplorer Method or Property

Refresh the currently viewed page.
Hilfeinformation
Refresh the currently viewed page.

Aufrufinformation
Variant = My.Systems.ShExplorer.Refresh()
Codeinformation


Refresh2() - ShExplorer Method or Property

Refresh the currently viewed page.
Hilfeinformation
Refresh the currently viewed page.

Aufrufinformation
Variant = My.Systems.ShExplorer.Refresh2(Level as Variant)
Variant = My.Systems.ShExplorer.Refresh2(Level)
Codeinformation


ShowBrowserBar() - ShExplorer Method or Property

Set BrowserBar to Clsid
Hilfeinformation
Set BrowserBar to Clsid

Aufrufinformation
Variant = My.Systems.ShExplorer.ShowBrowserBar(pvaClsid as Variant,pvarShow as Variant,pvarSize as Variant)
Variant = My.Systems.ShExplorer.ShowBrowserBar(pvaClsid,pvarShow,pvarSize)
Codeinformation


Stop() - ShExplorer Method or Property

Stops opening a file.
Hilfeinformation
Stops opening a file.

Aufrufinformation
Variant = My.Systems.ShExplorer.Stop()
Codeinformation


Liste der Properties von ShExplorer


AddressBar - ShExplorer Method or Property

Controls whether address bar is shown
Hilfeinformation
Controls whether address bar is shown

Aufrufinformation
Boolean = My.Systems.ShExplorer.AddressBar
Codeinformation


Application - ShExplorer Method or Property

Returns the application automation object if accessible, this automation object otherwise..
Hilfeinformation
Returns the application automation object if accessible, this automation object otherwise..

Aufrufinformation
Object = My.Systems.ShExplorer.Application
Codeinformation


Busy - ShExplorer Method or Property

Query to see if something is still in progress.
Hilfeinformation
Query to see if something is still in progress.

Aufrufinformation
Boolean = My.Systems.ShExplorer.Busy
Codeinformation


Container - ShExplorer Method or Property

Returns the container/parent automation object, if any.
Hilfeinformation
Returns the container/parent automation object, if any.

Aufrufinformation
Object = My.Systems.ShExplorer.Container
Codeinformation


Document - ShExplorer Method or Property

Returns the active Document automation object, if any.
Hilfeinformation
Returns the active Document automation object, if any.

Aufrufinformation
Object = My.Systems.ShExplorer.Document
Codeinformation


FullName - ShExplorer Method or Property

Returns file specification of the application, including path.
Hilfeinformation
Returns file specification of the application, including path.

Aufrufinformation
String = My.Systems.ShExplorer.FullName
Codeinformation


FullScreen - ShExplorer Method or Property

Maximizes window and turns off statusbar, toolbar, menubar, and titlebar.
Hilfeinformation
Maximizes window and turns off statusbar, toolbar, menubar, and titlebar.

Aufrufinformation
Boolean = My.Systems.ShExplorer.FullScreen
Codeinformation


Height - ShExplorer Method or Property

The vertical dimension (pixels) of the frame window/object.
Hilfeinformation
The vertical dimension (pixels) of the frame window/object.

Aufrufinformation
Integer = My.Systems.ShExplorer.Height
Codeinformation


Left - ShExplorer Method or Property

The horizontal position (pixels) of the frame window relative to the screen/container.
Hilfeinformation
The horizontal position (pixels) of the frame window relative to the screen/container.

Aufrufinformation
Integer = My.Systems.ShExplorer.Left
Codeinformation


LocationName - ShExplorer Method or Property

Gets the short (UI-friendly) name of the URL/file currently viewed.
Hilfeinformation
Gets the short (UI-friendly) name of the URL/file currently viewed.

Aufrufinformation
String = My.Systems.ShExplorer.LocationName
Codeinformation


LocationURL - ShExplorer Method or Property

Gets the full URL/path currently viewed.
Hilfeinformation
Gets the full URL/path currently viewed.

Aufrufinformation
String = My.Systems.ShExplorer.LocationURL
Codeinformation


MenuBar - ShExplorer Method or Property

Controls whether menubar is shown.
Hilfeinformation
Controls whether menubar is shown.

Aufrufinformation
Boolean = My.Systems.ShExplorer.MenuBar
Codeinformation


Name - ShExplorer Method or Property

Returns name of the application.
Hilfeinformation
Returns name of the application.

Aufrufinformation
String = My.Systems.ShExplorer.Name
Codeinformation


Offline - ShExplorer Method or Property

Controls if the frame is offline (read from cache)
Hilfeinformation
Controls if the frame is offline (read from cache)

Aufrufinformation
Boolean = My.Systems.ShExplorer.Offline
Codeinformation


Parent - ShExplorer Method or Property

Returns the automation object of the container/parent if one exists or this automation object.
Hilfeinformation
Returns the automation object of the container/parent if one exists or this automation object.

Aufrufinformation
Object = My.Systems.ShExplorer.Parent
Codeinformation


Path - ShExplorer Method or Property

Returns the path to the application.
Hilfeinformation
Returns the path to the application.

Aufrufinformation
String = My.Systems.ShExplorer.Path
Codeinformation


ReadyState - ShExplorer Method or Property


Hilfeinformation

Aufrufinformation
Enum#tagREADYSTATE = My.Systems.ShExplorer.ReadyState
Codeinformation


RegisterAsBrowser - ShExplorer Method or Property

Registers OC as a top-level browser (for target name resolution)
Hilfeinformation
Registers OC as a top-level browser (for target name resolution)

Aufrufinformation
Boolean = My.Systems.ShExplorer.RegisterAsBrowser
Codeinformation


RegisterAsDropTarget - ShExplorer Method or Property

Registers OC as a drop target for navigation
Hilfeinformation
Registers OC as a drop target for navigation

Aufrufinformation
Boolean = My.Systems.ShExplorer.RegisterAsDropTarget
Codeinformation


Resizable - ShExplorer Method or Property

Controls whether the window is resizable
Hilfeinformation
Controls whether the window is resizable

Aufrufinformation
Boolean = My.Systems.ShExplorer.Resizable
Codeinformation


Silent - ShExplorer Method or Property

Controls if any dialog boxes can be shown
Hilfeinformation
Controls if any dialog boxes can be shown

Aufrufinformation
Boolean = My.Systems.ShExplorer.Silent
Codeinformation


StatusBar - ShExplorer Method or Property

Turn on or off the statusbar.
Hilfeinformation
Turn on or off the statusbar.

Aufrufinformation
Boolean = My.Systems.ShExplorer.StatusBar
Codeinformation


StatusText - ShExplorer Method or Property

Text of Status window.
Hilfeinformation
Text of Status window.

Aufrufinformation
String = My.Systems.ShExplorer.StatusText
Codeinformation


TheaterMode - ShExplorer Method or Property

Controls if the browser is in theater mode
Hilfeinformation
Controls if the browser is in theater mode

Aufrufinformation
Boolean = My.Systems.ShExplorer.TheaterMode
Codeinformation


ToolBar - ShExplorer Method or Property

Controls which toolbar is shown.
Hilfeinformation
Controls which toolbar is shown.

Aufrufinformation
Integer = My.Systems.ShExplorer.ToolBar
Codeinformation


Top - ShExplorer Method or Property

The vertical position (pixels) of the frame window relative to the screen/container.
Hilfeinformation
The vertical position (pixels) of the frame window relative to the screen/container.

Aufrufinformation
Integer = My.Systems.ShExplorer.Top
Codeinformation


TopLevelContainer - ShExplorer Method or Property

Returns True if this is the top level object.
Hilfeinformation
Returns True if this is the top level object.

Aufrufinformation
Boolean = My.Systems.ShExplorer.TopLevelContainer
Codeinformation


Type - ShExplorer Method or Property

Returns the type of the contained document object.
Hilfeinformation
Returns the type of the contained document object.

Aufrufinformation
String = My.Systems.ShExplorer.Type
Codeinformation


Visible - ShExplorer Method or Property

Determines whether the application is visible or hidden.
Hilfeinformation
Determines whether the application is visible or hidden.

Aufrufinformation
Boolean = My.Systems.ShExplorer.Visible
Codeinformation


Width - ShExplorer Method or Property

The horizontal dimension (pixels) of the frame window/object.
Hilfeinformation
The horizontal dimension (pixels) of the frame window/object.

Aufrufinformation
Integer = My.Systems.ShExplorer.Width
Codeinformation


hWnd -

Returns the HWND of the current IE window.
Hilfeinformation

Aufrufinformation
Variant = My.Systems.ShExplorer.hWnd
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