shelllink RunAs property
Return to Introduction  Previous page  Next page
Applies to
dcShellLink component.  

Declaration
type  
  TdcFileAssociationRunAs = (raNormal, raMinimized, raMaximized);  
 
property RunAs: TdcFileAssociationRunAs;  

Description
The RunAs parameter determines or specifies how the the application, executed by shell link (shortcut) should be started.  
 
ValueMeaning  
raNormalstarts the application in normal-size window;  
raMinimizedminimize the application minimized;  
raMaximizedmaximize the application on startup.  

See also
LinkTarget property.  
File not found.