Página 1 de 1
OnGetFocus() event
Publicado: Jue Jul 05, 2007 9:16 am
por Gejza Horvath
Ignacio,
I would like to do something while the TFolderPage control gets a focus after click on it
(is displayed in the foreground as the active page). Does it exist some event like
OnGetFocus() or similar?
Gejza Horvath
OnGetFocus() event
Publicado: Jue Jul 05, 2007 9:40 am
por ignacio
Gejza,
OnEnter(), but is only available on controls that indeed receive the focus
which is not the case of TFolderPage. BTW, you can overload
TFolderPage:WMSETFOCUS to fire your own event or use the event
TForm:OnChangeFocus()
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <
_hsoftkn@nextra.sk> escribió en el mensaje
news:468c9b15$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I would like to do something while the TFolderPage control gets a focus
> after click on it (is displayed in the foreground as the active page).
> Does it exist some event like OnGetFocus() or similar?
>
> Gejza Horvath
>
OnGetFocus() event
Publicado: Jue Jul 05, 2007 9:40 am
por NoName
Gejza,
OnEnter(), but is only available on controls that indeed receive the focus
which is not the case of TFolderPage. BTW, you can overload
TFolderPage:WMSETFOCUS to fire your own event or use the event
TForm:OnChangeFocus()
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Gejza Horvath" <
_hsoftkn@nextra.sk> escribió en el mensaje
news:468c9b15$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Ignacio,
>
> I would like to do something while the TFolderPage control gets a focus
> after click on it (is displayed in the foreground as the active page).
> Does it exist some event like OnGetFocus() or similar?
>
> Gejza Horvath
>
OnGetFocus() event
Publicado: Jue Jul 05, 2007 10:45 am
por Gejza Horvath
Thanks,
TForm:OnChangeFocus() is what I'm looking for
Gejza
"Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:468ca085$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> OnEnter(), but is only available on controls that indeed receive the focus which is not
> the case of TFolderPage. BTW, you can overload TFolderPage:WMSETFOCUS to fire your own
> event or use the event TForm:OnChangeFocus()
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
>
http://www.xailer.com
>
>
> "Gejza Horvath" <
_hsoftkn@nextra.sk> escribió en el mensaje
> news:468c9b15$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>>
>> I would like to do something while the TFolderPage control gets a focus after click on
>> it (is displayed in the foreground as the active page). Does it exist some event like
>> OnGetFocus() or similar?
>>
>> Gejza Horvath
>>
>
>
>
OnGetFocus() event
Publicado: Jue Jul 05, 2007 10:45 am
por Gejza Horvath
Thanks,
TForm:OnChangeFocus() is what I'm looking for
Gejza
"Ignacio Ortiz de Zúñiga" <
NoName@xailer.com> pí¹e v diskusním pøíspìvku
news:468ca085$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Gejza,
>
> OnEnter(), but is only available on controls that indeed receive the focus which is not
> the case of TFolderPage. BTW, you can overload TFolderPage:WMSETFOCUS to fire your own
> event or use the event TForm:OnChangeFocus()
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
>
http://www.xailer.com
>
>
> "Gejza Horvath" <
_hsoftkn@nextra.sk> escribió en el mensaje
> news:468c9b15$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
>> Ignacio,
>>
>> I would like to do something while the TFolderPage control gets a focus after click on
>> it (is displayed in the foreground as the active page). Does it exist some event like
>> OnGetFocus() or similar?
>>
>> Gejza Horvath
>>
>
>
>