2.335 .smallpicture[integer]

The attribute defines the small icon for each list item.

  • Data type

    object [ tile ]

  • Access

    get, set

  • changed event

    yes

The value range of the index is 0 … .rowcountt, where the value with index 0 is used as default value for not set values in the range 1 … .rowcount.

null

The displayed icon is derived as follows:

  • If .smallpicture[0] <> null, the icon defined there is used.
  • If .smallpicture[0] = null, then the small icon is shown downsized (.picture[I] or .picture[0], depending on presence).
  • If there is neither a small nor a large icon, the item is displayed without an icon.
tile
Resource that contains the small icon.

The small icons will be shown in the small icon view (.style = "smallicon", .style = "smallpicture"), in the list view (.style = "list") and in the detail view (.style = "detail", .style = "report").

Small and large icons belong together and should represent the same information. Both icons can only be referenced together. Therefore, different combinations should be avoided, as each combination will consume additional memory.

Changing the attribute in the visible state may cause the object to flicker.

See also

Attributes .smallpicheight, .smallpicwidth