Form中对象的引用
•Form中对象的引用
Object
|
Access from X++
|
FormRun
|
element
|
FormDataSource
|
<name of datasource>_DS
|
Active record in data source
|
<name of datasource>
|
FormDataObject
|
FormDataSource.Object(<fielded>)
|
FormDesign
|
FormRun.design()
|
Form……Control
|
Name assigned to control, when property autodeclaration is set to yes.
or
element.control(Control::<name of control>)
|
Query
|
<name of datasource>_Q
or
FormDataSource.Query()
|
QueryRun
|
<name of datasource>_QR
or
FormDataSource.QueryRun()
|
posted on 2009-02-10 17:10 lingdanglfw 阅读(212) 评论(0) 编辑 收藏 举报