Slider.Create 方法 |
命名空间: VO
1Method CreateSlider() class MyDataWindow 2 local oSLDR as Slider 3 // Init creates the X# Slider Object 4 oSLDR := Slider{self, 100, Point{10,10}, Dimension{100,20}} 5 // Calling Create forces the Windows control to be created 6 oSLDR:Create()