MadGrb
5 years agoContributor
get all Objects from mapped table
Hi to all, I have qustion, how can i get all child of Objects value from mapped tabel. For example that is a ListView of a Form. Aliases.Umlagerung.UmlagerungPositionPanel.UmlagerungPositionsL...
- 5 years ago
Hi Mad,
You can try to use in scripting this function:
TestObj.FindAll(PropNames, PropValues, Depth, RefreshTree)
With this method you can search for whatever you want inside the object.
There are different variants of .find() functions, see the documentation.