AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Programmierung allgemein GUI-Design mit VCL / FireMonkey / Common Controls Delphi VirtualTreeView - Bei Klick nichts selektieren
Thema durchsuchen
Ansicht
Themen-Optionen

VirtualTreeView - Bei Klick nichts selektieren

Offene Frage von "siles"
Ein Thema von siles · begonnen am 6. Mai 2008 · letzter Beitrag vom 6. Mai 2008
 
toms_

Registriert seit: 6. Mai 2008
6 Beiträge
 
#2

Re: VirtualTreeView - Bei Klick nichts selektieren

  Alt 6. Mai 2008, 06:33
Hallo, rufe GetHitTestInfoAt auf und werte THitInfo.HintPositions aus.

Delphi-Quellcode:
 // These flags are returned by the hit test method.
  THitPosition = (
    hiAbove, // above the client area (if relative) or the absolute tree area
    hiBelow, // below the client area (if relative) or the absolute tree area
    hiNowhere, // no node is involved (possible only if the tree is not as tall as the client area)
    hiOnItem, // on the bitmaps/buttons or label associated with an item
    hiOnItemButton, // on the button associated with an item
    hiOnItemCheckbox, // on the checkbox if enabled
    hiOnItemIndent, // in the indentation area in front of a node
    hiOnItemLabel, // on the normal text area associated with an item
    hiOnItemLeft, // in the area to the left of a node's text area (e.g. when right aligned or centered)
    hiOnItemRight, // in the area to the right of a node's text area (e.g. if left aligned or centered)
    hiOnNormalIcon, // on the "normal" image
    hiOnStateIcon, // on the state image
    hiToLeft, // to the left of the client area (if relative) or the absolute tree area
    hiToRight // to the right of the client area (if relative) or the absolute tree area
  );
Mein richtiger Account wurde durch eine Profiländerung inaktiviert. Warte noch auf den Admin bis er wieder aktiviert wird
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:07 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz