|
|
|
|
|
ControlToSource (Function) In french: ChampVersSource Assigns the control value to the source of a control link. Remark: This function is useful when developing an application in MVP mode. Used in a modification process, this function allows you to modify a member of the presentation rather than the entire presentation. // Modify EDIT_NAME ControlToSource()
Syntax
ControlToSource([<Control used>])
<Control used>: Optional control name Name of the control to be used. If this parameter is not specified, the element designed by the "MySelf" keyword is used. The function has no effect if this element is not a control. Remarks - This function is equivalent to ScreenToSource used on a single control instead of the entire window.
- This function is equivalent to the following code:
- Control linked to an item:
- Control linked to a class member:
- The function has no effect if the control has no link.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|