MrDysprosium
8 years agoContributor
How to access the caption of a winform programmatically?
I see in my Object Browser a "Caption" that I want to access the value of in a script.
Assuming that the parent object is found at "NameMapping.Sys.ProgramName.ProgramNameLoginForm", how do I then access the caption of said form?
Hi,
You can get using NameMapping.Sys.ProgramName.ProgramNameLoginForm.Caption
If you not able to get it still, then share some snapshot of the Object properties.