Unit Shell

From Ultibo.org
Revision as of 04:40, 2 September 2016 by Ultibo (Talk | contribs)

Jump to: navigation, search

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 To be documented


Shell functions

function ShellGetShell(APrevious:TShell; ALock,AUnlock:Boolean):TShell;
Description: To be documented
Note To be documented


function ShellFindShell(const AName:String):TShell;
Description: To be documented
Note To be documented


function ShellRegisterShell(AShell:TShell):Boolean;
Description: To be documented
Note To be documented


function ShellDeregisterShell(AShell:TShell):Boolean;
Description: To be documented
Note To be documented


function ShellGetCommand(APrevious:TShellCommand; ALock,AUnlock:Boolean):TShellCommand;
Description: To be documented
Note To be documented


function ShellFindCommand(const AName:String):TShellCommand;
Description: To be documented
Note To be documented


function ShellRegisterCommand(ACommand:TShellCommand):Boolean;
Description: To be documented
Note To be documented


function ShellDeregisterCommand(ACommand:TShellCommand):Boolean;
Description: To be documented
Note To be documented


Return to Unit Reference