Forum Discussion

MrDysprosium's avatar
MrDysprosium
Contributor
7 years ago
Solved

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...
  • shankar_r's avatar
    7 years ago

    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.