Unit Shell
From Ultibo.org
Return to Unit Reference
Description
To be documented
Constants
To be documented
Type definitions
To be documented
Public variables
To be documented
Function declarations
Initialization functions
procedure ShellInit;
Description: To be documented
| Note | None documented |
|---|
Shell functions
function ShellGetShell(APrevious:TShell; ALock,AUnlock:Boolean):TShell;
Description: To be documented
| Note | None documented |
|---|
function ShellFindShell(const AName:String):TShell;
Description: To be documented
| Note | None documented |
|---|
function ShellRegisterShell(AShell:TShell):Boolean;
Description: To be documented
| Note | None documented |
|---|
function ShellDeregisterShell(AShell:TShell):Boolean;
Description: To be documented
| Note | None documented |
|---|
function ShellGetCommand(APrevious:TShellCommand; ALock,AUnlock:Boolean):TShellCommand;
Description: To be documented
| Note | None documented |
|---|
function ShellFindCommand(const AName:String):TShellCommand;
Description: To be documented
| Note | None documented |
|---|
function ShellRegisterCommand(ACommand:TShellCommand):Boolean;
Description: To be documented
| Note | None documented |
|---|
function ShellDeregisterCommand(ACommand:TShellCommand):Boolean;
Description: To be documented
| Note | None documented |
|---|
Shell helper functions
procedure ShellLog(Level:LongWord; const AText:String);
Description: To be documented
| Note | None documented |
|---|
procedure ShellLogInfo(const AText:String);
Description: To be documented
| Note | None documented |
|---|
procedure ShellLogError(const AText:String);
Description: To be documented
| Note | None documented |
|---|
procedure ShellLogDebug(const AText:String);
Description: To be documented
| Note | None documented |
|---|
Return to Unit Reference