09-20-2021 04:38 AM
i want to loop the Controls[] of a Cluster inside an Array.
i got it to work like this:
is it possible to loop the Controls without a separate reference/Control of my Cluster (in Sample called IconData)?
without this castido not get the Controls[] Property wich makes sense, since not every arraymust beof type Cluster but is there some Generic cast to Cluster wich would allow this code to work for every Array<Cluster>?
Solved! Go to Solution.
09-20-2021 04:57 AM
Sure. One general way is to drop a Class Specifier Constant from the Application Control palette, then click on the constant and navigate through the hierarchy to Cluster. Then, wire the constant to the Cast function.