TabOrder property


Available for all Control objects.

Read/Write at design time
Read only at run time

Specifies the order in which a control object will get the focus when pressing the <Tab> key. When a child control is disabled, or hidden or it cannot get the focus (see REMARKS), Easy Code jumps to next control as specified by this property.


REMARKS
: Static, Group and Image objects can never get the focus. Picture objects can get the focus only if its
TabStop property is set to TRUE. When it is set to FALSE, they cannot get the focus even when they are clicked.