Control Tab Order Report |
Top Previous Next |
Targets: All except BP7
This report lists all controls that possibly have a bad tab order. Normal tab order is considered as left to right, up down, as given by the TabOrder property.
It is assumed that “TabStop = true” is activated for all controls, unless “TabStop = false” is explicitly set in the DFM/XFM-file. Depending on the default value of the TabStop property, this assumption is sometimes incorrect. A bad tab order as listed in this report, is consequently not always a cause of alarm.
**************************************************************************** * Control Tab Order Report for * * C:\PROJEKT\PSEARCH\PSEARCH.DPR * ****************************************************************************
TabOrder probably wrong:
Module: psform Parent: PSMainForm
Memo (TabOrder=0) tabs upwards to GroupBox1 (TabOrder=1)
TabOrder possibly wrong:
Module: psform Parent: PSMainForm
RzStatusBar (TabOrder=3) tabs upwards and right to CmdSearch (TabOrder=4)
Module: psform Parent: GroupBox1
txtPattern (TabOrder=1) tabs upwards and right to chkIncludeSubFolders (TabOrder=2) chkListAllSearched (TabOrder=4) tabs upwards and right to CmdSelStartDir (TabOrder=5)
Module: psform Parent: GroupBox2
chkOnlySql (TabOrder=3) tabs upwards and right to chkOnlyDelphi (TabOrder=4)
See also:
|