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