Difference between revisions of "TControl.Align"
From OpenEUO
(Created page with "R/W Number - Determines how the control aligns within its container (parent control). Use Align to align a control to the top, bottom, left, or right of a form or panel and have...") |
|||
Line 1: | Line 1: | ||
− | + | '''RW Align : n''' | |
+ | |||
+ | Determines how the control aligns within its container (parent control). | ||
Use Align to align a control to the top, bottom, left, or right of a form or panel and have it remain there even if the size of the form, panel, or component that contains the control changes. When the parent is resized, an aligned control also resizes so that it continues to span the top, bottom, left, or right edge of the parent. | Use Align to align a control to the top, bottom, left, or right of a form or panel and have it remain there even if the size of the form, panel, or component that contains the control changes. When the parent is resized, an aligned control also resizes so that it continues to span the top, bottom, left, or right edge of the parent. |
Latest revision as of 22:40, 23 October 2010
RW Align : n Determines how the control aligns within its container (parent control).
Use Align to align a control to the top, bottom, left, or right of a form or panel and have it remain there even if the size of the form, panel, or component that contains the control changes. When the parent is resized, an aligned control also resizes so that it continues to span the top, bottom, left, or right edge of the parent.