Vertaling van "nomObjeto" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Object named: si pasa este selector, también debe pasar el segundo parámetro, nomObjeto.
Object named: If you pass this selector, you must also pass the second parameter, objectName.
Nota: si nomObjeto corresponde a un subformulario y la opción "Subformulario salida" está seleccionada, el comando devuelve un puntero a la tabla del subformulario si una tabla fuente está especificada, de lo contrario devuelve Nil.
Note: If objectName corresponds to a subform and the "Output subform" option is checked, the command returns a pointer to the table of the subform if a source table is specified; otherwise it returns Nil.
El parámetro opcional nomSubForm permite recuperar un puntero a un objeto nomObjeto que no pertenece al contexto actual, es decir, al formulario padre.
The optional subformName parameter lets you retrieve a pointer to an objectName object that does not belong to the current context, in other words, in the parent form.
Pase los valores en los parámetros la Tabla, nomObjeto y nomObjetoForm en función del tipo de objeto del cual quiere obtener la ruta de acceso del método
Pass values in the aTable, objectName and formObjectName parameters according to the type of object for which you want to get the method pathname
Cuando se pasa el parámetro nomSubForm, el comando OBJECT Get pointer primero busca el objeto subformulario objeto llamado nomSubForm en el formulario actual, luego busca al interior de este subformulario un objeto llamado nomObjeto.
When the subformName parameter is passed, the OBJECT Get pointer command first looks for the subform object named subformName in the current form, then looks inside this subform for an object named objectName.