delphi - Changing Task Manager Application Name in FMX -


when loaded fmx application displays exe name on task manager:

task manager showing application naharfmx

however can have many of these applications loaded (they called application) , differentiate them context, in case adding user name it.

application.title not trick (actually changes title icon on taskbar)

edit: make clearer question, need change made during run-time, since not know user connected. title according user.

edit 2: while explanation of remy led me take closer how app running:

task manager

as see there no sub tasks available. server running thinfinity kind of rdp application, app screen rerouted thru user´s browser.

the problem here don´t know in server using application, or if application went rogue, task manager easy way see that. (btw can see connected on db server, or in front end http server, cant trace who in server)

the main entry app displays filedescription value app's version info resource, if present, otherwise displays filename. thus, text static , can't changed @ runtime. displaying name of app.

however, when expand app, displays app's actual visible windows, , sub-entries display whatever text in title bars. tform window, text comes tform.caption property, can change dynamically @ runtime.

task manager

you can have multiple instances of app running, have same app name, can display different window titles.

multiple instances running


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -