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
- add three Add methods to add bitmap directly
- add Next, Prev methods
- add AutoSlider property can auto slide
- add TimerInterval to control AutoSlider interval
- use ActivePage property move page, ex)ActivePage := 1
- add Datas property, can set tagstring on each page
2018-03-21, v0.4.0.0 : merged with Mikkao's change 2018-03-01
- change OnPageChange event to TPageChangeEvent
- add OnPageAnimationFinish event
- add OnCanDragBegin event
2018-03-21, v0.5.0.0 :
- rewrite slide method, now can support loop
2018-03-22, v0.6.0.0 :
- add dot indicator, support dynamic change dot active/inactive color