|
|
|
|
|
ControlCurrent (Function)
Advertencia
A partir de la versión 17, CurrentField se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por ControlCurrent.
Returns the name of the control currently in edit.
ResControl = ControlCurrent()
Sintaxis
<Result> = ControlCurrent()
<Result>: Character string - Name of the control currently in edit,
- Empty string ("") if no control is currently in edit (no control has focus).
If the control currently in edit does not belong to the window that owns the code, the returned string has the following format: "<Window name>.<Control name>". If the control corresponds to a table cell, <Result> contains the name of the column. If the control belongs to a supercontrol, <Result> has the following format: <Supercontrol name>.<Control name>. Caution: The case of the field name (upper/lower case) corresponds to that used when creating the field in the editor.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|