![]() |
![]() ![]() ![]() |
acAppAutoRun component.
|
type
|
TacAutoRunLogonNotice = class(TPersistent)
|
published
|
property Caption: String;
|
property Enabled: Boolean;
|
property Text: String;
|
end;
|
|
property LogonNotice: TacAutoRunLogonNotice;
|
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.
|
|
![]() |