2.165 .index

With the help of this attribute, the selection of a particular listbox, poptext or tablefield entry can be queried for the event object thisevent (only valid for the select event).

For objects that can be displayed on the screen, the .index attribute can be used to find out what number of children the specified object is.

Definition

  • Data type

    integer, index

  • Access

    get

In the object thisevent, this attribute queries the selection of a listbox or poptext item (valid only for select events in a listbox or poptext; data type integer).

In the object thisevent, this attribute queries the selection of a tablefield field (valid only for select events in a tablefield; data type index).

See Also

Chapter “Event Object thisevent”in manual “Rule Language”