TShellAlias

From Ultibo.org
Jump to: navigation, search

Return to Unit Shell


Description


To be documented

Class definitions



TShellAlias = class(TListObject)

public
constructor Create;  
destructor Destroy; override;  
private
FLock:TCriticalSectionHandle;  
 
FName:String;  
FHash:LongWord;  
FFlags:LongWord;  
 
function GetName:String;  
procedure SetName(const AName:String);  
procedure SetFlags(AFlags:LongWord);  
protected
function AcquireLock:Boolean;  
function ReleaseLock:Boolean;  
public
property Name:String read GetName write SetName;  
property Hash:LongWord read FHash;  
property Flags:LongWord read FFlags write SetFlags;  


Function declarations



constructor TShellAlias.Create;
Description: To be documented
Note None documented


destructor TShellAlias.Destroy;
Description: To be documented
Note None documented


function TShellAlias.GetName:String;
Description: To be documented
Note None documented


procedure TShellAlias.SetName(const AName:String);
Description: To be documented
Note None documented


procedure TShellAlias.SetFlags(AFlags:LongWord);
Description: To be documented
Note None documented


function TShellAlias.AcquireLock:Boolean;
Description: To be documented
Note None documented


function TShellAlias.ReleaseLock:Boolean;
Description: To be documented
Note None documented


Return to Unit Reference