how to specify the coordinates in the align (align) in delphi?

0

As you know in delphi there is an option called align that aligns the objects but in a predetermined way, for example, inside the align there is an option that says "center" (that is to align the center) if I put the object or objects in the center but what happens is that if I put several objects in the center option what it does is that it puts the objects on top of each other. What I want to do is put it so that I choose where the objects that I will move will be moved. I will leave some images to see what I am trying to say. enter the description of the image here

    
asked by Jose Guillermo Cordero Garcia 13.03.2017 в 21:36
source

1 answer

0

For what you are saying, it seems to me that what you are looking for is the FlowPanel, although I am not sure if it is available in XE8.

At run time, if you change the size of your form, the controls will be automatically accommodated

.

    
answered by 09.06.2017 в 23:28