ShellBrowser Delphi Components Documentation
|
|
Name |
Description |
|
Adds a visited folder to the list. | |
|
Clears the history of visited folders. | |
|
Gets the count of visited folders. | |
|
Gets the current folder ItemIdList. | |
|
Gets the current position in history of visited folders. | |
|
Checks if a move is possible. | |
|
Moves back in history of visited folders. | |
|
Moves forward in history of visited folders. | |
|
Sets the current position in history of visited folders. |
|
Name |
Description |
|
Use this function to check if navigating the passed ItemIdList is allowed. It currently calls the cancellable OnNavigating event, that can be implemented to prohibit paths. | |
|
Clears the history of visited folders. | |
|
This public method is used by the connected controls for synchronization. | |
|
Call method, when a new filter shall be updated in linked controls that support filters. | |
|
Goes up one level in the file system structure. | |
|
For internal use only. | |
|
Checks if a move is possible. | |
|
Moves back in history of visited folders. | |
|
Moves forward in history of visited folders. | |
|
This public method is used by the connected controls for synchronization. | |
|
Refreshes the information displayed in all controls connected with this JamShellLink except the passed control, which usually will be the caller. | |
|
Refreshes the information displayed in all controls connected with this JamShellLink. | |
|
Registers the control for update notifications. | |
|
Selects all items in the connected controls. | |
|
Selects all items in the connected controls. | |
|
Unregisters the control. No more notifications will be received by the control. |
|
Name |
Description |
|
Gets the count of visited folders. | |
|
Gets the current folder ItemIdList. | |
|
Gets or sets the current position in history of visited folders. |
|
Name |
Description |
|
Indicates whether the component is enabled or not. | |
|
Returns the version of the ShellBrowser components. |
|
Name |
Description |
|
Gets the count of visited folders. | |
|
Contains the absolute ItemIdList of the file that is currently selected in the connected controls. | |
|
Contains the absolute ItemIdList of the folder that is currently selected in the connected controls. | |
|
Gets or sets the current position in history of visited folders. | |
|
Gives access to the files/folders selected using the checkboxes. | |
|
For internal use only. |
|
Name |
Description |
|
Creates and intializes an instance of this component. | |
|
|
Name |
Description |
|
Creates an instance of a TJamShellLink component. | |
|
Destroys the instance of a JamShellLink component. |
|
Name |
Description |
|
This event will be triggered whenever the connected controls will be informed about a new active folder. | |
|
Occurs when navigating to a folder. You can intercept navigation by setting the Cancel parameter in the event arguments. | |
|
This event will be triggered whenever the connected controls will be informed about a selected subelement, i.e. an element in a TJamShellList. |