Scroll any entry into the visible part of a list.
Source position: MUIClass.List.pas line 95
public procedure TMUIList.Jump( |
Pos: Integer |
); |
Pos |
|
Number of the entry that should be made visible. Use MUIV_List_Jump_Active to jump to the active entry. |
Note: Jumping to an entry doesn't mean to make this entry the active one. This can be done by setting the Active attribute.
|
Active Entry in the List |