JamShellList Help File

JamShellList Help File

Plugin Name:

JamShellList

Current Version:

2.5.0.0

Description:

JamShellList Object for AutoPlay Media Studio.
Created by Ceone with Skelton by Lucas the Duck.

Author:

Ceone

Requirements:

This object plugin require "Memory Actions Plugin" Created by AMSWaves Corporation, And ShellBrowserX.ocx.
System.RegisterActiveX(_SourceFolder.."\\AutoPlay\\Plugins\\JAMSHELLLIST\\ShellBrowserX.ocx");


Table of Contents

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


JamShellList.CreateObject ( 

(string) ObjectName,

(string) Path = "",

(boolean) ShowParentFolder = true,

(boolean) MultiSelect = false )

Description

To create JamShellList object.

Parameters

ObjectName

(string) The name of the JamShellList object.

Path

(string) The Path.

ShowParentFolder

(boolean) To ShowParentFolder.

MultiSelect

(boolean) To MultiSelect.

Returns

This action dose not return any value.


JamShellList.GetPath


(string) JamShellList.GetPath ( 

(string) ObjectName )

Description

To get Path.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(string)


JamShellList.SetPath


JamShellList.SetPath ( 

(string) ObjectName,

(string) Path = "" )

Description

To set Path.

Parameters

ObjectName

(string) The name of the JamShellList object.

Path

(string) The Path of the JamShellList object.

Returns

This action dose not return any value.


JamShellList.GoUp


(string ) JamShellList.GoUp ( 

(string) ObjectName )

Description

To GoUp.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(string )


JamShellList.CreateDir


(boolean) JamShellList.CreateDir ( 

(string) ObjectName,

(string) Name = "New Folder",

(boolean) EditMode = true )

Description

To Create Directory.

Parameters

ObjectName

(string) The name of the JamShellList object.

Name

(string) The Name.

EditMode

(boolean) The EditMode.

Returns

(boolean)


JamShellList.InvokeCommandOnSelected


(boolean) JamShellList.InvokeCommandOnSelected ( 

(string) ObjectName,

(string) Command = "delete" )

Description

To InvokeCommandOnSelected.

Parameters

ObjectName

(string) The name of the JamShellList object.

Command

(string) The Command.

Returns

(boolean)


JamShellList.InvokeCommandOnFolder


(boolean) JamShellList.InvokeCommandOnFolder ( 

(string) ObjectName,

(string) Command = "delete" )

Description

To set FileFilter.

Parameters

ObjectName

(string) The name of the JamShellList object.

Command

(string) The Command.

Returns

(boolean)


JamShellList.GetItemSelectionState


(number) JamShellList.GetItemSelectionState ( 

(string) ObjectName,

(number) Index = 1 )

Description

To GetItemSelectionState.

Parameters

ObjectName

(string) The name of the JamShellList object.

Index

(number) The Index.

Returns

(number)


JamShellList.SetViewStyle


JamShellList.SetViewStyle ( 

(string) ObjectName,

(number) ViewStyle = JSL_Icon )

Description

To set ViewStyle.

Parameters

ObjectName

(string) The name of the JamShellList object.

ViewStyle

(number) The ViewStyle.

CONSTANT

VALUE

DESCRIPTION

JSL_Icon

NA

NA

JSL_SmallIcon

NA

NA

JSL_List

NA

NA

JSL_Report

NA

NA

Returns

This action dose not return any value.


JamShellList.SetThumbnails


JamShellList.SetThumbnails ( 

(string) ObjectName,

(boolean) Thumbnails = true )

Description

To set Thumbnails.

Parameters

ObjectName

(string) The name of the JamShellList object.

Thumbnails

(boolean) The Thumbnails.

Returns

This action dose not return any value.


JamShellList.GetViewStyle


(number) JamShellList.GetViewStyle ( 

(string) ObjectName )

Description

To set ViewStyle.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.GetThumbnails


(boolean) JamShellList.GetThumbnails ( 

(string) ObjectName )

Description

To get Thumbnails.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.MoveInHistory


JamShellList.MoveInHistory ( 

(string) ObjectName,

(number) MoveType = JSL_Backward )

Description

To MoveInHistory.

Parameters

ObjectName

(string) The name of the JamShellList object.

MoveType

(number) The MoveType.

CONSTANT

VALUE

DESCRIPTION

JSL_Backward

NA

NA

JSL_Forward

NA

NA

Returns

This action dose not return any value.


JamShellList.IsMovePossible


(boolean) JamShellList.IsMovePossible ( 

(string) ObjectName,

(number) MoveType = JSL_Backward )

Description

To detects IsMovePossible.

Parameters

ObjectName

(string) The name of the JamShellList object.

MoveType

(number) The MoveType.

CONSTANT

VALUE

DESCRIPTION

JSL_Backward

NA

NA

JSL_Forward

NA

NA

Returns

(boolean)


JamShellList.SortColumn


JamShellList.SortColumn ( 

(string) ObjectName,

(number) Column = 0 )

Description

To SortColumn.

Parameters

ObjectName

(string) The name of the JamShellList object.

Column

(number) The Column.

Returns

This action dose not return any value.


JamShellList.ReverseSortOrder


JamShellList.ReverseSortOrder ( 

(string) ObjectName,

(boolean) ReverseSortOrder = true )

Description

To ReverseSortOrder.

Parameters

ObjectName

(string) The name of the JamShellList object.

ReverseSortOrder

(boolean) ReverseSortOrder.

Returns

This action dose not return any value.


JamShellList.ShowDetails


JamShellList.ShowDetails ( 

(string) ObjectName,

(boolean) ShowDetails = true )

Description

To ShowDetails.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowDetails

(boolean) ShowDetails.

Returns

This action dose not return any value.


JamShellList.IsShowDetails


(boolean) JamShellList.IsShowDetails ( 

(string) ObjectName )

Description

To IsShowDetails.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.SetFilter


JamShellList.SetFilter ( 

(string) ObjectName,

(string) Filter = "*.txt" )

Description

To SetFilter.

Parameters

ObjectName

(string) The name of the JamShellList object.

Filter

(string) Filter.

Returns

This action dose not return any value.


JamShellList.GetFilter


(string) JamShellList.GetFilter ( 

(string) ObjectName )

Description

To GetFilter.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(string)


JamShellList.GoSpecialFolder


JamShellList.GoSpecialFolder ( 

(string) ObjectName,

(number) SpecialFolder = JSL_FILESYSTEMFOLDER )

Description

To GoSpecialFolder.

Parameters

ObjectName

(string) The name of the JamShellList object.

SpecialFolder

(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

Returns

This action dose not return any value.


JamShellList.GetSpecialFolder


(number) JamShellList.GetSpecialFolder ( 

(string) ObjectName )

Description

To GetSpecialFolder.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.ShowContextMenu


JamShellList.ShowContextMenu ( 

(string) ObjectName,

(boolean) ShowContextMenu = true )

Description

To ShowContextMenu.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowContextMenu

(boolean) ShowContextMenu.

Returns

This action dose not return any value.


JamShellList.IsShowContextMenu


(boolean) JamShellList.IsShowContextMenu ( 

(string) ObjectName )

Description

To IsShowContextMenu.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowFolders


JamShellList.ShowFolders ( 

(string) ObjectName,

(boolean) ShowFolders = true )

Description

To ShowFolders.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowFolders

(boolean) ShowFolders.

Returns

This action dose not return any value.


JamShellList.IsShowFolders


(boolean) JamShellList.IsShowFolders ( 

(string) ObjectName )

Description

To IsShowFolders.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowParentFolder


JamShellList.ShowParentFolder ( 

(string) ObjectName,

(boolean) ShowParentFolder = true )

Description

To ShowParentFolder.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowParentFolder

(boolean) ShowParentFolder.

Returns

This action dose not return any value.


JamShellList.IsShowParentFolder


(boolean) JamShellList.IsShowParentFolder ( 

(string) ObjectName )

Description

To IsShowParentFolder.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowThumbnails


JamShellList.ShowThumbnails ( 

(string) ObjectName,

(number) Height = 0,

(number) Width = 0 )

Description

To ShowThumbnails.

Parameters

ObjectName

(string) The name of the JamShellList object.

Height

(number) Height.

Width

(number) Width.

Returns

This action dose not return any value.


JamShellList.IsShowThumbnails


(boolean) JamShellList.IsShowThumbnails ( 

(string) ObjectName )

Description

To IsShowThumbnails.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.SetThumbnailHeight


JamShellList.SetThumbnailHeight ( 

(string) ObjectName,

(number) Height = 0 )

Description

To SetThumbnailHeight.

Parameters

ObjectName

(string) The name of the JamShellList object.

Height

(number) Height.

Returns

This action dose not return any value.


JamShellList.GetThumbnailHeight


(number) JamShellList.GetThumbnailHeight ( 

(string) ObjectName )

Description

To GetThumbnailHeight.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.SetThumbnailWidth


JamShellList.SetThumbnailWidth ( 

(string) ObjectName,

(number) Width = 0 )

Description

To SetThumbnailWidth.

Parameters

ObjectName

(string) The name of the JamShellList object.

Width

(number) Width.

Returns

This action dose not return any value.


JamShellList.GetThumbnailWidth


(number) JamShellList.GetThumbnailWidth ( 

(string) ObjectName )

Description

To GetThumbnailHeight.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.SetThumbnailSize


JamShellList.SetThumbnailSize ( 

(string) ObjectName,

(number) Height = 0,

(number) Width = 0 )

Description

To SetThumbnailSize.

Parameters

ObjectName

(string) The name of the JamShellList object.

Height

(number) Height.

Width

(number) Width.

Returns

This action dose not return any value.


JamShellList.GetThumbnailSize


(table) JamShellList.GetThumbnailSize ( 

(string) ObjectName )

Description

To GetThumbnailSize.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(table)


JamShellList.SetBorderStyle


JamShellList.SetBorderStyle ( 

(string) ObjectName,

(number) BorderStyle = JSL_None )

Description

To SetBorderStyle.

Parameters

ObjectName

(string) The name of the JamShellList object.

BorderStyle

(number) BorderStyle.

CONSTANT

VALUE

DESCRIPTION

JSL_None

NA

NA

JSL_Single

NA

NA

Returns

This action dose not return any value.


JamShellList.GetBorderStyle


(number) JamShellList.GetBorderStyle ( 

(string) ObjectName )

Description

To GetBorderStyle.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.SetBackgroundColor


JamShellList.SetBackgroundColor ( 

(string) ObjectName,

(number) BackgroundColor = 0 )

Description

To SetBackgroundColor.

Parameters

ObjectName

(string) The name of the JamShellList object.

BackgroundColor

(number) BackgroundColor.

Returns

This action dose not return any value.


JamShellList.GetBackgroundColor


(number) JamShellList.GetBackgroundColor ( 

(string) ObjectName )

Description

To GetBackgroundColor.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.SetBackgroundImage


JamShellList.SetBackgroundImage ( 

(string) ObjectName,

(string) Image = "",

(number) Style = JSL_Tiled )

Description

To SetBackgroundImage.

Parameters

ObjectName

(string) The name of the JamShellList object.

Image

(string) Image.

Style

(number) Style.

CONSTANT

VALUE

DESCRIPTION

JSL_LeftTop

NA

NA

JSL_RightBottom

NA

NA

JSL_Tiled

NA

NA

Returns

This action dose not return any value.


JamShellList.GetBackgroundImage


(string) JamShellList.GetBackgroundImage ( 

(string) ObjectName )

Description

To GetBackgroundImage.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(string)


JamShellList.SetBackgroundImageStyle


JamShellList.SetBackgroundImageStyle ( 

(string) ObjectName,

(number) Style = JSL_Tiled )

Description

To SetBackgroundImageStyle.

Parameters

ObjectName

(string) The name of the JamShellList object.

Style

(number) Style.

CONSTANT

VALUE

DESCRIPTION

JSL_LeftTop

NA

NA

JSL_RightBottom

NA

NA

JSL_Tiled

NA

NA

Returns

This action dose not return any value.


JamShellList.GetBackgroundImageStyle


(number) JamShellList.GetBackgroundImageStyle ( 

(string) ObjectName )

Description

To GetBackgroundImageStyle.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.Enabled


JamShellList.Enabled ( 

(string) ObjectName,

(boolean) Enabled = true )

Description

To Enabled.

Parameters

ObjectName

(string) The name of the JamShellList object.

Enabled

(boolean) Enabled.

Returns

This action dose not return any value.


JamShellList.IsEnabled


(boolean) JamShellList.IsEnabled ( 

(string) ObjectName )

Description

To IsEnabled.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.MultiSelect


JamShellList.MultiSelect ( 

(string) ObjectName,

(boolean) MultiSelect = true )

Description

To MultiSelect.

Parameters

ObjectName

(string) The name of the JamShellList object.

MultiSelect

(boolean) MultiSelect.

Returns

This action dose not return any value.


JamShellList.IsMultiSelect


(boolean) JamShellList.IsMultiSelect ( 

(string) ObjectName )

Description

To IsMultiSelect.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ReadOnly


JamShellList.ReadOnly ( 

(string) ObjectName,

(boolean) ReadOnly = true )

Description

To ReadOnly.

Parameters

ObjectName

(string) The name of the JamShellList object.

ReadOnly

(boolean) ReadOnly.

Returns

This action dose not return any value.


JamShellList.IsReadOnly


(boolean) JamShellList.IsReadOnly ( 

(string) ObjectName )

Description

To IsReadOnly.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.RowSelect


JamShellList.RowSelect ( 

(string) ObjectName,

(boolean) RowSelect = true )

Description

To RowSelect.

Parameters

ObjectName

(string) The name of the JamShellList object.

RowSelect

(boolean) RowSelect.

Returns

This action dose not return any value.


JamShellList.IsRowSelect


(boolean) JamShellList.IsRowSelect ( 

(string) ObjectName )

Description

To IsRowSelect.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowColumnHeaders


JamShellList.ShowColumnHeaders ( 

(string) ObjectName,

(boolean) ShowColumnHeaders = true )

Description

To ShowColumnHeaders.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowColumnHeaders

(boolean) ShowColumnHeaders.

Returns

This action dose not return any value.


JamShellList.IsShowColumnHeaders


(boolean) JamShellList.IsShowColumnHeaders ( 

(string) ObjectName )

Description

To IsShowColumnHeaders.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.Visible


JamShellList.Visible ( 

(string) ObjectName,

(boolean) Visible = true )

Description

To Visible.

Parameters

ObjectName

(string) The name of the JamShellList object.

Visible

(boolean) Visible.

Returns

This action dose not return any value.


JamShellList.IsVisible


(boolean) JamShellList.IsVisible ( 

(string) ObjectName )

Description

To Visible.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.Clear


JamShellList.Clear ( 

(string) ObjectName )

Description

To Clear.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

This action dose not return any value.


JamShellList.ClearSelection


JamShellList.ClearSelection ( 

(string) ObjectName )

Description

To ClearSelection.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

This action dose not return any value.


JamShellList.DeleteSelected


JamShellList.DeleteSelected ( 

(string) ObjectName )

Description

To DeleteSelected.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

This action dose not return any value.


JamShellList.SelectAll


JamShellList.SelectAll ( 

(string) ObjectName )

Description

To SelectAll.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

This action dose not return any value.


JamShellList.Scroll


JamShellList.Scroll ( 

(string) ObjectName,

(number) Vertical = 0,

(number) Horizontal = 0 )

Description

To Scroll.

Parameters

ObjectName

(string) The name of the JamShellList object.

Vertical

(number) Vertical.

Horizontal

(number) Horizontal.

Returns

This action dose not return any value.


JamShellList.GridLines


JamShellList.GridLines ( 

(string) ObjectName,

(boolean) GridLines = true )

Description

To GridLines.

Parameters

ObjectName

(string) The name of the JamShellList object.

GridLines

(boolean) GridLines.

Returns

This action dose not return any value.


JamShellList.IsGridLines


(boolean) JamShellList.IsGridLines ( 

(string) ObjectName )

Description

To IsGridLines.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.GetSelCount


(number) JamShellList.GetSelCount ( 

(string) ObjectName )

Description

To GetSelCount.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.SetItemIndex


JamShellList.SetItemIndex ( 

(string) ObjectName,

(number) ItemIndex = 1 )

Description

To SetItemIndex.

Parameters

ObjectName

(string) The name of the JamShellList object.

ItemIndex

(number) ItemIndex.

Returns

This action dose not return any value.


JamShellList.GetItemIndex


(boolean) JamShellList.GetItemIndex ( 

(string) ObjectName )

Description

To GetItemIndex.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowNetHood


JamShellList.ShowNetHood ( 

(string) ObjectName,

(boolean) ShowNetHood = true )

Description

To ShowNetHood.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowNetHood

(boolean) ShowNetHood.

Returns

This action dose not return any value.


JamShellList.IsShowNetHood


(boolean) JamShellList.IsShowNetHood ( 

(string) ObjectName )

Description

To IsShowNetHood.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowRecycleBin


JamShellList.ShowRecycleBin ( 

(string) ObjectName,

(boolean) ShowRecycleBin = true )

Description

To ShowRecycleBin.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowRecycleBin

(boolean) ShowRecycleBin.

Returns

This action dose not return any value.


JamShellList.IsShowRecycleBin


(boolean) JamShellList.IsShowRecycleBin ( 

(string) ObjectName )

Description

To IsShowRecycleBin.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowHidden


JamShellList.ShowHidden ( 

(string) ObjectName,

(boolean) ShowHidden = true )

Description

To ShowHidden.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowHidden

(boolean) ShowHidden.

Returns

This action dose not return any value.


JamShellList.IsShowHidden


(boolean) JamShellList.IsShowHidden ( 

(string) ObjectName )

Description

To IsShowHidden.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.ShowFiles


JamShellList.ShowFiles ( 

(string) ObjectName,

(boolean) ShowFiles = true )

Description

To ShowFiles.

Parameters

ObjectName

(string) The name of the JamShellList object.

ShowFiles

(boolean) ShowFiles.

Returns

This action dose not return any value.


JamShellList.IsShowFiles


(boolean) JamShellList.IsShowFiles ( 

(string) ObjectName )

Description

To IsShowFiles.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(boolean)


JamShellList.GetSelectedFilesSize


(string) JamShellList.GetSelectedFilesSize ( 

(string) ObjectName,

(boolean) Format = true,

(number) ShowCommas = FMTSIZE_AUTOMATIC )

Description

To GetSelectedFilesSize.

Parameters

ObjectName

(string) The name of the JamShellList object.

Format

(boolean) The Format.

ShowCommas

(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

Returns

(string)


JamShellList.GetFullPath


(string) JamShellList.GetFullPath ( 

(string) ObjectName,

(number) Index = 1 )

Description

To GetFullPath.

Parameters

ObjectName

(string) The name of the JamShellList object.

Index

(number) The Index.

Returns

(string)


JamShellList.Refresh


JamShellList.Refresh ( 

(string) ObjectName )

Description

To Refresh.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

This action dose not return any value.


JamShellList.IsSpecialObject


(number) JamShellList.IsSpecialObject ( 

(string) ObjectName,

(number) Index = 1 )

Description

To IsSpecialObject.

Parameters

ObjectName

(string) The name of the JamShellList object.

Index

(number) The Index.

Returns

(number)


JamShellList.GetSelected


(number) JamShellList.GetSelected ( 

(string) ObjectName )

Description

To GetSelected.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.FindCaption


(number) JamShellList.FindCaption ( 

(string) ObjectName,

(string) FindCaption = "*a.*" )

Description

To FindCaption.

Parameters

ObjectName

(string) The name of the JamShellList object.

FindCaption

(string) The FindCaption.

Returns

(number)


JamShellList.GetItemsCount


(number) JamShellList.GetItemsCount ( 

(string) ObjectName )

Description

To GetItemsCount.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.IsFolder


(boolean) JamShellList.IsFolder ( 

(string) ObjectName,

(number) Index = 1 )

Description

To IsFolder.

Parameters

ObjectName

(string) The name of the JamShellList object.

Index

(number) The Index.

Returns

(boolean)


JamShellList.GetNextSelected


(number) JamShellList.GetNextSelected ( 

(string) ObjectName )

Description

To GetNextSelected.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)


JamShellList.SetFontColor


JamShellList.SetFontColor ( 

(string) ObjectName,

(string) FontColor = 1 )

Description

To SetFontColor.

Parameters

ObjectName

(string) The name of the JamShellList object.

FontColor

(string) The FontColor.

Returns

This action dose not return any value.


JamShellList.GetFontColor


(number) JamShellList.GetFontColor ( 

(string) ObjectName )

Description

To GetFontColor.

Parameters

ObjectName

(string) The name of the JamShellList object.

Returns

(number)




This File Was Generated With AMS ActionFile Editor