Forum Discussion
AlexKaras
12 years agoCommunity Hero
Hi Satya,
Assuming (as you did not mentioned this) that you need this in your code, one of the possible solutions may be to get a list of all needed VCL objects and then order this list using .Left and .Top properties of every object. I am sure that you know (or will find) quite a few sorting algorithms that will fit this task.
Assuming (as you did not mentioned this) that you need this in your code, one of the possible solutions may be to get a list of all needed VCL objects and then order this list using .Left and .Top properties of every object. I am sure that you know (or will find) quite a few sorting algorithms that will fit this task.