Página 1 de 1

TMaskEdit, TDateEdit and TComboBox

Publicado: Lun Oct 17, 2005 5:01 pm
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

TMaskEdit, TDateEdit and TComboBox

Publicado: Lun Oct 17, 2005 6:33 pm
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
>