In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

TMaskEdit, TDateEdit and TComboBox

Foro público de Xailer en español
Responder
Ingo
Mensajes: 330
Registrado: Mié Jul 05, 2006 3:58 pm

TMaskEdit, TDateEdit and TComboBox

Mensaje por Ingo »

Jose and Ignacio,
1. TMaskedit:lModify will not be set to .T. after changing the value at
runtime
2. with TDateEdit:lModify it is the same
3. How can I read the InplaceEdit:lModify?
To check if TComboBox:cText is changed, you have to use now both Eventcalls,
that is the OnChange-method and the OnEditChange-method. The implementation
of a lModify-property in TComboBox like in TEdit would be very helpful.
Regards
Ingo
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9463
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

TMaskEdit, TDateEdit and TComboBox

Mensaje por ignacio »

Ingo,
1 and 2 fixed. Thanks
I am afraid you can not read the InPlaceEdit:lModify property right now.
Maybe is possible that we implement a lModify property, but in TEdit:lModify
returns .T. event if you set cText to its original value. Is that what you
want?
Regards,
"Ingo" <ing.jh@web.de> escribió en el mensaje
news:[email=4353bcbd@ozsrvnegro.ozlan.local...]4353bcbd@ozsrvnegro.ozlan.local...[/email]
> Jose and Ignacio,
>
> 1. TMaskedit:lModify will not be set to .T. after changing the value at
> runtime
>
> 2. with TDateEdit:lModify it is the same
>
> 3. How can I read the InplaceEdit:lModify?
>
> To check if TComboBox:cText is changed, you have to use now both
> Eventcalls, that is the OnChange-method and the OnEditChange-method. The
> implementation of a lModify-property in TComboBox like in TEdit would be
> very helpful.
>
> Regards
>
> Ingo
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder