Use a program to sort the control's taborder

Source: Internet
Author: User
Procedure fixtaborder (const parent: twincontrol); var CTL, L: integer; List: tlist; begin list: = tlist. create; try for CTL: = 0 to parent. controlcount-1 do begin if parent. controls [CTL] Is twincontrol then begin if list. count = 0 then l: = 0 else begin with parent. controls [CTL] Do for L: = 0 to list. count-1 do if (top <tcontrol (list [l]). top) or (Top = tcontrol (list [l]). top) and (left <tcontrol (list [l]). left) Then break; end; List. insert (L, parent. controls [CTL]); fixtaborder (twincontrol (parent. controls [CTL]); end; for CTL: = 0 to list. count-1 do twincontrol (list [CTL]). taborder: = CTL; finally list. free; end;

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.