本课介绍一些常用的对象及其属性、事件、方法,掌握了这些知识以后,便可编一些简单实用的软件了。
对象 (object) :
| (form) | (commandbutton) | (label) |
| (text) | (grid) |
属性 (property):
| (caption) | (left) | (top) |
| (width) | (hight) | (controlsource) |
| (value) | (alignment) | (name) |
| (readonly) | (visible) |
事件 (event):
| (click) | (init) |
方法 (methord) :
| (setfocus) | (refresh) | (release) |