Welcome
JamShellList
2.5.0.0
JamShellList Object for AutoPlay Media Studio.
Created by Ceone with Skelton by Lucas the Duck.
Ceone
This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And ShellBrowserX.ocx.
System.RegisterActiveX(_SourceFolder.."\\AutoPlay\\Plugins\\JAMSHELLLIST\\ShellBrowserX.ocx");
JamShellList.CreateObject
JamShellList.GetPath
JamShellList.SetPath
JamShellList.GoUp
JamShellList.CreateDir
JamShellList.InvokeCommandOnSelected
JamShellList.InvokeCommandOnFolder
JamShellList.GetItemSelectionState
JamShellList.SetViewStyle
JamShellList.SetThumbnails
JamShellList.GetViewStyle
JamShellList.GetThumbnails
JamShellList.MoveInHistory
JamShellList.IsMovePossible
JamShellList.SortColumn
JamShellList.ReverseSortOrder
JamShellList.ShowDetails
JamShellList.IsShowDetails
JamShellList.SetFilter
JamShellList.GetFilter
JamShellList.GoSpecialFolder
JamShellList.GetSpecialFolder
JamShellList.ShowContextMenu
JamShellList.IsShowContextMenu
JamShellList.ShowFolders
JamShellList.IsShowFolders
JamShellList.ShowParentFolder
JamShellList.IsShowParentFolder
JamShellList.ShowThumbnails
JamShellList.IsShowThumbnails
JamShellList.SetThumbnailHeight
JamShellList.GetThumbnailHeight
JamShellList.SetThumbnailWidth
JamShellList.GetThumbnailWidth
JamShellList.SetThumbnailSize
JamShellList.GetThumbnailSize
JamShellList.SetBorderStyle
JamShellList.GetBorderStyle
JamShellList.SetBackgroundColor
JamShellList.GetBackgroundColor
JamShellList.SetBackgroundImage
JamShellList.GetBackgroundImage
JamShellList.SetBackgroundImageStyle
JamShellList.GetBackgroundImageStyle
JamShellList.Enabled
JamShellList.IsEnabled
JamShellList.MultiSelect
JamShellList.IsMultiSelect
JamShellList.ReadOnly
JamShellList.IsReadOnly
JamShellList.RowSelect
JamShellList.IsRowSelect
JamShellList.ShowColumnHeaders
JamShellList.IsShowColumnHeaders
JamShellList.Visible
JamShellList.IsVisible
JamShellList.Clear
JamShellList.ClearSelection
JamShellList.DeleteSelected
JamShellList.SelectAll
JamShellList.Scroll
JamShellList.GridLines
JamShellList.IsGridLines
JamShellList.GetSelCount
JamShellList.SetItemIndex
JamShellList.GetItemIndex
JamShellList.ShowNetHood
JamShellList.IsShowNetHood
JamShellList.ShowRecycleBin
JamShellList.IsShowRecycleBin
JamShellList.ShowHidden
JamShellList.IsShowHidden
JamShellList.ShowFiles
JamShellList.IsShowFiles
JamShellList.GetSelectedFilesSize
JamShellList.GetFullPath
JamShellList.Refresh
JamShellList.IsSpecialObject
JamShellList.GetSelected
JamShellList.FindCaption
JamShellList.GetItemsCount
JamShellList.IsFolder
JamShellList.GetNextSelected
JamShellList.SetFontColor
JamShellList.GetFontColor
JamShellList.CreateObject ( | (string) ObjectName, (string) Path = "", (boolean) ShowParentFolder = true, (boolean) MultiSelect = false ) |
To create JamShellList object.
(string) The name of the JamShellList object.
(string) The Path.
(boolean) To ShowParentFolder.
(boolean) To MultiSelect.
This action dose not return any value.
(string) JamShellList.GetPath ( | (string) ObjectName ) |
To get Path.
(string) The name of the JamShellList object.
(string)
JamShellList.SetPath ( | (string) ObjectName, (string) Path = "" ) |
To set Path.
(string) The name of the JamShellList object.
(string) The Path of the JamShellList object.
This action dose not return any value.
(string ) JamShellList.GoUp ( | (string) ObjectName ) |
To GoUp.
(string) The name of the JamShellList object.
(string )
(boolean) JamShellList.CreateDir ( | (string) ObjectName, (string) Name = "New Folder", (boolean) EditMode = true ) |
To Create Directory.
(string) The name of the JamShellList object.
(string) The Name.
(boolean) The EditMode.
(boolean)
(boolean) JamShellList.InvokeCommandOnSelected ( | (string) ObjectName, (string) Command = "delete" ) |
To InvokeCommandOnSelected.
(string) The name of the JamShellList object.
(string) The Command.
(boolean)
(boolean) JamShellList.InvokeCommandOnFolder ( | (string) ObjectName, (string) Command = "delete" ) |
To set FileFilter.
(string) The name of the JamShellList object.
(string) The Command.
(boolean)
(number) JamShellList.GetItemSelectionState ( | (string) ObjectName, (number) Index = 1 ) |
To GetItemSelectionState.
(string) The name of the JamShellList object.
(number) The Index.
(number)
JamShellList.SetViewStyle ( | (string) ObjectName, (number) ViewStyle = JSL_Icon ) |
To set ViewStyle.
(string) The name of the JamShellList object.
(number) The ViewStyle.
CONSTANT | VALUE | DESCRIPTION |
JSL_Icon | NA | NA |
JSL_SmallIcon | NA | NA |
JSL_List | NA | NA |
JSL_Report | NA | NA |
This action dose not return any value.
JamShellList.SetThumbnails ( | (string) ObjectName, (boolean) Thumbnails = true ) |
To set Thumbnails.
(string) The name of the JamShellList object.
(boolean) The Thumbnails.
This action dose not return any value.
(number) JamShellList.GetViewStyle ( | (string) ObjectName ) |
To set ViewStyle.
(string) The name of the JamShellList object.
(number)
(boolean) JamShellList.GetThumbnails ( | (string) ObjectName ) |
To get Thumbnails.
(string) The name of the JamShellList object.
(boolean)
JamShellList.MoveInHistory ( | (string) ObjectName, (number) MoveType = JSL_Backward ) |
To MoveInHistory.
(string) The name of the JamShellList object.
(number) The MoveType.
CONSTANT | VALUE | DESCRIPTION |
JSL_Backward | NA | NA |
JSL_Forward | NA | NA |
This action dose not return any value.
(boolean) JamShellList.IsMovePossible ( | (string) ObjectName, (number) MoveType = JSL_Backward ) |
To detects IsMovePossible.
(string) The name of the JamShellList object.
(number) The MoveType.
CONSTANT | VALUE | DESCRIPTION |
JSL_Backward | NA | NA |
JSL_Forward | NA | NA |
(boolean)
JamShellList.SortColumn ( | (string) ObjectName, (number) Column = 0 ) |
To SortColumn.
(string) The name of the JamShellList object.
(number) The Column.
This action dose not return any value.
JamShellList.ReverseSortOrder ( | (string) ObjectName, (boolean) ReverseSortOrder = true ) |
To ReverseSortOrder.
(string) The name of the JamShellList object.
(boolean) ReverseSortOrder.
This action dose not return any value.
JamShellList.ShowDetails ( | (string) ObjectName, (boolean) ShowDetails = true ) |
To ShowDetails.
(string) The name of the JamShellList object.
(boolean) ShowDetails.
This action dose not return any value.
(boolean) JamShellList.IsShowDetails ( | (string) ObjectName ) |
To IsShowDetails.
(string) The name of the JamShellList object.
(boolean)
JamShellList.SetFilter ( | (string) ObjectName, (string) Filter = "*.txt" ) |
To SetFilter.
(string) The name of the JamShellList object.
(string) Filter.
This action dose not return any value.
(string) JamShellList.GetFilter ( | (string) ObjectName ) |
To GetFilter.
(string) The name of the JamShellList object.
(string)
JamShellList.GoSpecialFolder ( | (string) ObjectName, (number) SpecialFolder = JSL_FILESYSTEMFOLDER ) |
To GoSpecialFolder.
(string) The name of the JamShellList object.
(number) SpecialFolder.
CONSTANT | VALUE | DESCRIPTION |
JSL_FILESYSTEMFOLDER | NA | NA |
JSL_BITBUCKET | NA | NA |
JSL_CONTROLS | NA | NA |
JSL_DESKTOP | NA | NA |
JSL_DESKTOPDIRECTORY | NA | NA |
JSL_DRIVES | NA | NA |
JSL_FONTS | NA | NA |
JSL_NETHOOD | NA | NA |
JSL_NETWORK | NA | NA |
JSL_PERSONAL | NA | NA |
JSL_PRINTERS | NA | NA |
JSL_PROGRAMS | NA | NA |
JSL_RECENT | NA | NA |
JSL_SENDTO | NA | NA |
JSL_STARTMENU | NA | NA |
JSL_STARTUP | NA | NA |
JSL_TEMPLATES | NA | NA |
JSL_FAVORITES | NA | NA |
JSL_COMMON_STARTMENU | NA | NA |
JSL_COMMON_STARTUP | NA | NA |
JSL_COMMON_DESKTOPDIRECTORY | NA | NA |
JSL_APPDATA | NA | NA |
JSL_PRINTHOOD | NA | NA |
JSL_COMMON_FAVORITES | NA | NA |
JSL_INTERNET_CACHE | NA | NA |
JSL_COOKIES | NA | NA |
JSL_HISTORY | NA | NA |
JSL_COMMON_PROGRAMS | NA | NA |
JSL_ALTSTARTUP | NA | NA |
JSL_COMMON_APPDATA | NA | NA |
JSL_COMMON_DOCUMENTS | NA | NA |
JSL_INTERNET | NA | NA |
JSL_LOCAL_APPDATA | NA | NA |
JSL_MYPICTURES | NA | NA |
JSL_PROGRAM_FILES | NA | NA |
JSL_SYSTEM | NA | NA |
JSL_PROGRAM_FILES_COMMON | NA | NA |
This action dose not return any value.
(number) JamShellList.GetSpecialFolder ( | (string) ObjectName ) |
To GetSpecialFolder.
(string) The name of the JamShellList object.
(number)
JamShellList.ShowContextMenu ( | (string) ObjectName, (boolean) ShowContextMenu = true ) |
To ShowContextMenu.
(string) The name of the JamShellList object.
(boolean) ShowContextMenu.
This action dose not return any value.
(boolean) JamShellList.IsShowContextMenu ( | (string) ObjectName ) |
To IsShowContextMenu.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowFolders ( | (string) ObjectName, (boolean) ShowFolders = true ) |
To ShowFolders.
(string) The name of the JamShellList object.
(boolean) ShowFolders.
This action dose not return any value.
(boolean) JamShellList.IsShowFolders ( | (string) ObjectName ) |
To IsShowFolders.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowParentFolder ( | (string) ObjectName, (boolean) ShowParentFolder = true ) |
To ShowParentFolder.
(string) The name of the JamShellList object.
(boolean) ShowParentFolder.
This action dose not return any value.
(boolean) JamShellList.IsShowParentFolder ( | (string) ObjectName ) |
To IsShowParentFolder.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowThumbnails ( | (string) ObjectName, (number) Height = 0, (number) Width = 0 ) |
To ShowThumbnails.
(string) The name of the JamShellList object.
(number) Height.
(number) Width.
This action dose not return any value.
(boolean) JamShellList.IsShowThumbnails ( | (string) ObjectName ) |
To IsShowThumbnails.
(string) The name of the JamShellList object.
(boolean)
JamShellList.SetThumbnailHeight ( | (string) ObjectName, (number) Height = 0 ) |
To SetThumbnailHeight.
(string) The name of the JamShellList object.
(number) Height.
This action dose not return any value.
(number) JamShellList.GetThumbnailHeight ( | (string) ObjectName ) |
To GetThumbnailHeight.
(string) The name of the JamShellList object.
(number)
JamShellList.SetThumbnailWidth ( | (string) ObjectName, (number) Width = 0 ) |
To SetThumbnailWidth.
(string) The name of the JamShellList object.
(number) Width.
This action dose not return any value.
(number) JamShellList.GetThumbnailWidth ( | (string) ObjectName ) |
To GetThumbnailHeight.
(string) The name of the JamShellList object.
(number)
JamShellList.SetThumbnailSize ( | (string) ObjectName, (number) Height = 0, (number) Width = 0 ) |
To SetThumbnailSize.
(string) The name of the JamShellList object.
(number) Height.
(number) Width.
This action dose not return any value.
(table) JamShellList.GetThumbnailSize ( | (string) ObjectName ) |
To GetThumbnailSize.
(string) The name of the JamShellList object.
(table)
JamShellList.SetBorderStyle ( | (string) ObjectName, (number) BorderStyle = JSL_None ) |
To SetBorderStyle.
(string) The name of the JamShellList object.
(number) BorderStyle.
CONSTANT | VALUE | DESCRIPTION |
JSL_None | NA | NA |
JSL_Single | NA | NA |
This action dose not return any value.
(number) JamShellList.GetBorderStyle ( | (string) ObjectName ) |
To GetBorderStyle.
(string) The name of the JamShellList object.
(number)
JamShellList.SetBackgroundColor ( | (string) ObjectName, (number) BackgroundColor = 0 ) |
To SetBackgroundColor.
(string) The name of the JamShellList object.
(number) BackgroundColor.
This action dose not return any value.
(number) JamShellList.GetBackgroundColor ( | (string) ObjectName ) |
To GetBackgroundColor.
(string) The name of the JamShellList object.
(number)
JamShellList.SetBackgroundImage ( | (string) ObjectName, (string) Image = "", (number) Style = JSL_Tiled ) |
To SetBackgroundImage.
(string) The name of the JamShellList object.
(string) Image.
(number) Style.
CONSTANT | VALUE | DESCRIPTION |
JSL_LeftTop | NA | NA |
JSL_RightBottom | NA | NA |
JSL_Tiled | NA | NA |
This action dose not return any value.
(string) JamShellList.GetBackgroundImage ( | (string) ObjectName ) |
To GetBackgroundImage.
(string) The name of the JamShellList object.
(string)
JamShellList.SetBackgroundImageStyle ( | (string) ObjectName, (number) Style = JSL_Tiled ) |
To SetBackgroundImageStyle.
(string) The name of the JamShellList object.
(number) Style.
CONSTANT | VALUE | DESCRIPTION |
JSL_LeftTop | NA | NA |
JSL_RightBottom | NA | NA |
JSL_Tiled | NA | NA |
This action dose not return any value.
(number) JamShellList.GetBackgroundImageStyle ( | (string) ObjectName ) |
To GetBackgroundImageStyle.
(string) The name of the JamShellList object.
(number)
JamShellList.Enabled ( | (string) ObjectName, (boolean) Enabled = true ) |
To Enabled.
(string) The name of the JamShellList object.
(boolean) Enabled.
This action dose not return any value.
(boolean) JamShellList.IsEnabled ( | (string) ObjectName ) |
To IsEnabled.
(string) The name of the JamShellList object.
(boolean)
JamShellList.MultiSelect ( | (string) ObjectName, (boolean) MultiSelect = true ) |
To MultiSelect.
(string) The name of the JamShellList object.
(boolean) MultiSelect.
This action dose not return any value.
(boolean) JamShellList.IsMultiSelect ( | (string) ObjectName ) |
To IsMultiSelect.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ReadOnly ( | (string) ObjectName, (boolean) ReadOnly = true ) |
To ReadOnly.
(string) The name of the JamShellList object.
(boolean) ReadOnly.
This action dose not return any value.
(boolean) JamShellList.IsReadOnly ( | (string) ObjectName ) |
To IsReadOnly.
(string) The name of the JamShellList object.
(boolean)
JamShellList.RowSelect ( | (string) ObjectName, (boolean) RowSelect = true ) |
To RowSelect.
(string) The name of the JamShellList object.
(boolean) RowSelect.
This action dose not return any value.
(boolean) JamShellList.IsRowSelect ( | (string) ObjectName ) |
To IsRowSelect.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowColumnHeaders ( | (string) ObjectName, (boolean) ShowColumnHeaders = true ) |
To ShowColumnHeaders.
(string) The name of the JamShellList object.
(boolean) ShowColumnHeaders.
This action dose not return any value.
(boolean) JamShellList.IsShowColumnHeaders ( | (string) ObjectName ) |
To IsShowColumnHeaders.
(string) The name of the JamShellList object.
(boolean)
JamShellList.Visible ( | (string) ObjectName, (boolean) Visible = true ) |
To Visible.
(string) The name of the JamShellList object.
(boolean) Visible.
This action dose not return any value.
(boolean) JamShellList.IsVisible ( | (string) ObjectName ) |
To Visible.
(string) The name of the JamShellList object.
(boolean)
JamShellList.Clear ( | (string) ObjectName ) |
To Clear.
(string) The name of the JamShellList object.
This action dose not return any value.
JamShellList.ClearSelection ( | (string) ObjectName ) |
To ClearSelection.
(string) The name of the JamShellList object.
This action dose not return any value.
JamShellList.DeleteSelected ( | (string) ObjectName ) |
To DeleteSelected.
(string) The name of the JamShellList object.
This action dose not return any value.
JamShellList.SelectAll ( | (string) ObjectName ) |
To SelectAll.
(string) The name of the JamShellList object.
This action dose not return any value.
JamShellList.Scroll ( | (string) ObjectName, (number) Vertical = 0, (number) Horizontal = 0 ) |
To Scroll.
(string) The name of the JamShellList object.
(number) Vertical.
(number) Horizontal.
This action dose not return any value.
JamShellList.GridLines ( | (string) ObjectName, (boolean) GridLines = true ) |
To GridLines.
(string) The name of the JamShellList object.
(boolean) GridLines.
This action dose not return any value.
(boolean) JamShellList.IsGridLines ( | (string) ObjectName ) |
To IsGridLines.
(string) The name of the JamShellList object.
(boolean)
(number) JamShellList.GetSelCount ( | (string) ObjectName ) |
To GetSelCount.
(string) The name of the JamShellList object.
(number)
JamShellList.SetItemIndex ( | (string) ObjectName, (number) ItemIndex = 1 ) |
To SetItemIndex.
(string) The name of the JamShellList object.
(number) ItemIndex.
This action dose not return any value.
(boolean) JamShellList.GetItemIndex ( | (string) ObjectName ) |
To GetItemIndex.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowNetHood ( | (string) ObjectName, (boolean) ShowNetHood = true ) |
To ShowNetHood.
(string) The name of the JamShellList object.
(boolean) ShowNetHood.
This action dose not return any value.
(boolean) JamShellList.IsShowNetHood ( | (string) ObjectName ) |
To IsShowNetHood.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowRecycleBin ( | (string) ObjectName, (boolean) ShowRecycleBin = true ) |
To ShowRecycleBin.
(string) The name of the JamShellList object.
(boolean) ShowRecycleBin.
This action dose not return any value.
(boolean) JamShellList.IsShowRecycleBin ( | (string) ObjectName ) |
To IsShowRecycleBin.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowHidden ( | (string) ObjectName, (boolean) ShowHidden = true ) |
To ShowHidden.
(string) The name of the JamShellList object.
(boolean) ShowHidden.
This action dose not return any value.
(boolean) JamShellList.IsShowHidden ( | (string) ObjectName ) |
To IsShowHidden.
(string) The name of the JamShellList object.
(boolean)
JamShellList.ShowFiles ( | (string) ObjectName, (boolean) ShowFiles = true ) |
To ShowFiles.
(string) The name of the JamShellList object.
(boolean) ShowFiles.
This action dose not return any value.
(boolean) JamShellList.IsShowFiles ( | (string) ObjectName ) |
To IsShowFiles.
(string) The name of the JamShellList object.
(boolean)
(string) JamShellList.GetSelectedFilesSize ( | (string) ObjectName, (boolean) Format = true, (number) ShowCommas = FMTSIZE_AUTOMATIC ) |
To GetSelectedFilesSize.
(string) The name of the JamShellList object.
(boolean) The Format.
(number) The ShowCommas.
CONSTANT | VALUE | DESCRIPTION |
FMTSIZE_AUTOMATIC | NA | NA |
FMTSIZE_BYTES | NA | NA |
FMTSIZE_KB | NA | NA |
FMTSIZE_MB | NA | NA |
FMTSIZE_GB | NA | NA |
(string)
(string) JamShellList.GetFullPath ( | (string) ObjectName, (number) Index = 1 ) |
To GetFullPath.
(string) The name of the JamShellList object.
(number) The Index.
(string)
JamShellList.Refresh ( | (string) ObjectName ) |
To Refresh.
(string) The name of the JamShellList object.
This action dose not return any value.
(number) JamShellList.IsSpecialObject ( | (string) ObjectName, (number) Index = 1 ) |
To IsSpecialObject.
(string) The name of the JamShellList object.
(number) The Index.
(number)
(number) JamShellList.GetSelected ( | (string) ObjectName ) |
To GetSelected.
(string) The name of the JamShellList object.
(number)
(number) JamShellList.FindCaption ( | (string) ObjectName, (string) FindCaption = "*a.*" ) |
To FindCaption.
(string) The name of the JamShellList object.
(string) The FindCaption.
(number)
(number) JamShellList.GetItemsCount ( | (string) ObjectName ) |
To GetItemsCount.
(string) The name of the JamShellList object.
(number)
(boolean) JamShellList.IsFolder ( | (string) ObjectName, (number) Index = 1 ) |
To IsFolder.
(string) The name of the JamShellList object.
(number) The Index.
(boolean)
(number) JamShellList.GetNextSelected ( | (string) ObjectName ) |
To GetNextSelected.
(string) The name of the JamShellList object.
(number)
JamShellList.SetFontColor ( | (string) ObjectName, (string) FontColor = 1 ) |
To SetFontColor.
(string) The name of the JamShellList object.
(string) The FontColor.
This action dose not return any value.
(number) JamShellList.GetFontColor ( | (string) ObjectName ) |
To GetFontColor.
(string) The name of the JamShellList object.
(number)
This File Was Generated With AMS ActionFile Editor