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.

ClassData

Xailer professional forum in English
Responder
Aguiar Costa
Mensajes: 115
Registrado: Jue Jun 01, 2006 7:21 pm

ClassData

Mensaje por Aguiar Costa »

Hello,
I read about this command but did not understand how to use it...Can some
one please show me a simple sample of this command ?
Thank you very much in advance.
Aguiar !!!
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

ClassData

Mensaje por jfgimenez »

Aguiar,
> I read about this command but did not understand how to use it...Can some
> one please show me a simple sample of this command ?
A CLASSDATA is a DATA shared among all object instances of the same class
(and any derived one). You can write and read its value, but there is *only
one* value, not one for each object.
I.e., in Xailer, we are using a CLASSDATA to store the 'insert' state for
all edit controls. If the user press the insert key when an edit is focused,
this CLASSDATA value is toggled, and when another edit get focused, it get
the *same* insert state.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5718
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

ClassData

Mensaje por jfgimenez »

Aguiar,
> I read about this command but did not understand how to use it...Can some
> one please show me a simple sample of this command ?
A CLASSDATA is a DATA shared among all object instances of the same class
(and any derived one). You can write and read its value, but there is *only
one* value, not one for each object.
I.e., in Xailer, we are using a CLASSDATA to store the 'insert' state for
all edit controls. If the user press the insert key when an edit is focused,
this CLASSDATA value is toggled, and when another edit get focused, it get
the *same* insert state.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Aguiar Costa
Mensajes: 115
Registrado: Jue Jun 01, 2006 7:21 pm

ClassData

Mensaje por Aguiar Costa »

Jose,
Yes, i thought it was something like that, your explanation were more
clarifying...
Thanks.
Aguiar !!!
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:44abf0a4$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Aguiar,
>
>> I read about this command but did not understand how to use it...Can some
>> one please show me a simple sample of this command ?
>
> A CLASSDATA is a DATA shared among all object instances of the same class
> (and any derived one). You can write and read its value, but there is
> *only one* value, not one for each object.
>
> I.e., in Xailer, we are using a CLASSDATA to store the 'insert' state for
> all edit controls. If the user press the insert key when an edit is
> focused, this CLASSDATA value is toggled, and when another edit get
> focused, it get the *same* insert state.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
>
Aguiar Costa
Mensajes: 115
Registrado: Jue Jun 01, 2006 7:21 pm

ClassData

Mensaje por Aguiar Costa »

Jose,
Yes, i thought it was something like that, your explanation were more
clarifying...
Thanks.
Aguiar !!!
"Jose F. Gimenez" <jfgimenez@wanadoo.es> escreveu na mensagem
news:44abf0a4$[email=1@news.xailer.com...]1@news.xailer.com...[/email]
> Aguiar,
>
>> I read about this command but did not understand how to use it...Can some
>> one please show me a simple sample of this command ?
>
> A CLASSDATA is a DATA shared among all object instances of the same class
> (and any derived one). You can write and read its value, but there is
> *only one* value, not one for each object.
>
> I.e., in Xailer, we are using a CLASSDATA to store the 'insert' state for
> all edit controls. If the user press the insert key when an edit is
> focused, this CLASSDATA value is toggled, and when another edit get
> focused, it get the *same* insert state.
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
>
Responder