Skip to content

Files

Latest commit

c9e8f19 · Mar 21, 2018

History

History
22 lines (16 loc) · 745 Bytes

FMXImageSlider.md

File metadata and controls

22 lines (16 loc) · 745 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