Unit 'MUIClass.List' Package
[Overview][Types][Classes][Index] [#MUIClass]

TMUIList.Redraw

Redraw an List Entry

Declaration

Source position: MUIClass.List.pas line 97

public procedure TMUIList.Redraw(

  Pos: Integer

);

Arguments

Pos

  

Number of the line to redraw. When the line is not currently visible, nothing will happen.

Description

If you made some changes to an entry of your list and want these changes to be shown in the display, you will have to call this method.

Special Inputs:

MUIV_List_Redraw_Active
redraw the active line (if any)
MUIV_List_Redraw_All
redraw all lines.

Documentation generated on: 2024-04-23