Tab Controls

In this tab you can change the name or delete a control. First, select a form and a control from the list. Changing the name of a control will change the names used in all events of that control. Also, by deleting a control, all its events will be deleted.

Pressing the button "Get TabOrder & TabStop" you can get a list of all controls sorted by tab order from selected form. This list order can ce changed with buttons Tab order (for selected item). By moving an control into the third list-box, you set the TabStop property of the control as False (and the control isn't selectable by pressing TAB key).

Finaly, press the button "Save TabOrder & TabStop".

 Back ! Go back !