[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'msegui' (#msegui)

tcustomframe.frameimage_list

Defines a group of 8 images in a TImageList used for theming

Declaration

Source position: msegui.pas line 780

public property tcustomframe.frameimage_list : timagelist
  read fi.frameimage_list
  write setframeimage_list
  stored isframeimage_liststored;

Description

Defines a group of 8 images in a TImageList used for theming. 4 for the corners and 4 stretched images for the edges. Images are numbered 0 to 7, and used in a counter-clockwise order, starting from the top-left.

0 = topleft, 1 = left, 2 = bottomleft, 3 = bottom,
4 = bottomright, 5 = right, 6 = topright, 7 = top

0 - 7 - 6
|       |
1       5
|       |
2 - 3 - 4

Please see apps/facedomo tstringedit8 for an example.


Documentation generated on: 2021-05-13