Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Gibt es WM_NEXTDLGCTL auch für rückwärts? (https://www.delphipraxis.net/170418-gibt-es-wm_nextdlgctl-auch-fuer-rueckwaerts.html)

SearchBot 16. Sep 2012 12:09

Delphi-Version: XE

Gibt es WM_NEXTDLGCTL auch für rückwärts?
 
Vorwärts ist:
Code:
Self.Perform(WM_NEXTDLGCTL,0,0);
Rückwärts ist: :?::?::?:

DeddyH 16. Sep 2012 12:12

AW: Gibt es WM_NEXTDLGCTL auch für rückwärts?
 
MSDN-Library durchsuchenwm_nextdlgctl
Zitat:

wparam

if lparam is true, this parameter identifies the control that receives the focus. If lparam is false, this parameter indicates whether the next or previous control with the ws_tabstop style receives the focus. if wparam is zero, the next control receives the focus; otherwise, the previous control with the ws_tabstop style receives the focus.

SearchBot 16. Sep 2012 12:28

AW: Gibt es WM_NEXTDLGCTL auch für rückwärts?
 
:thumb: Aaah - wer Englisch lesen kann, ist klar im Vorteil :kiss:

Nicht, daß ich das nicht auch könnte, aber meine Aufmerksamkeit ist bei englischen Texten deutlich herabgesetzt :|


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:15 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz