![]() |
![]() ![]() ![]() |
acTrayIcon component.
|
property StartMinimized: Boolean;
|
The StartMinimized property controls whether an application should be minimized on startup. Set StartMinimized to True if you would like to minimize your program on startup, or leave it False otherwise.
|
|
![]() |
procedure TMainForm.FormShow(Sender: TObject);
|
begin
|
acAppEvents1.ShowMainForm := False;
|
acAppEvents1.ShowTaskIcon := False;
|
acTrayIcon1.MinimizeToTray;
|
end;
|
|
![]() |
MinimizeToTray method and acAppEvents component.
|