appautorun LogonNotice structure
Return to Introduction  Previous page  Next page
Applies to
acAppAutoRun component.  

Declaration
type  
  TacAutoRunLogonNotice = class(TPersistent)  
  published  
    property CaptionString;  
    property Enabled: Boolean;  
    property TextString;  
  end;  
 
property LogonNotice: TacAutoRunLogonNotice;  

Description
The LogonNotice is the list of properties for working with logon message that can be displayed on system startup. If you would like to set the notice message on Windows startup make Enabled property True. To specify or get the notice message to / from system registry — use Caption (caption of dialog box) and Text properties.  
 
tip This notice message usually stored in the System Registry, in 'HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\WinLogon' key.