Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 926 Bytes

FMXImageSlider.md

File metadata and controls

28 lines (20 loc) · 926 Bytes

TFMXImageSlider

TFMXImageSlider

A Simple Image Slider

一个简单的图片轮播控件

2018-01-31, v0.2.0.0 : merged with loko's change

2018-03-21, v0.3.0.0 : merged with kwon hwang-jung's change

  1. add three Add methods to add bitmap directly
  2. add Next, Prev methods
  3. add AutoSlider property can auto slide
  4. add TimerInterval to control AutoSlider interval
  5. use ActivePage property move page, ex)ActivePage := 1
  6. add Datas property, can set tagstring on each page

2018-03-21, v0.4.0.0 : merged with Mikkao's change 2018-03-01

  1. change OnPageChange event to TPageChangeEvent
  2. add OnPageAnimationFinish event
  3. add OnCanDragBegin event

2018-03-21, v0.5.0.0 :

  1. rewrite slide method, now can support loop

2018-03-22, v0.6.0.0 :

  1. add dot indicator, support dynamic change dot active/inactive color