shortcut RunAs property
Return to Introduction  Previous page  Next page
Applies to
acShortcut component.  

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

Description
The RunAs parameter determines or specifies how the the application, executed by 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.