AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

VST alle Hidden Rows wieder einblenden

Ein Thema von richard_boderich · begonnen am 10. Mär 2008 · letzter Beitrag vom 10. Mär 2008
 
Benutzerbild von Sharky
Sharky

Registriert seit: 29. Mai 2002
Ort: Frankfurt
8.259 Beiträge
 
Delphi 2006 Professional
 
#4

Re: VST alle Hidden Rows wieder einblenden

  Alt 10. Mär 2008, 07:35
Zitat von richard_boderich:
... welche Bedeutung der Filterparameter im InterateSubtree Funktionsaufruf hat? ...
Ein Blick in den Sourcecode sagt:

Delphi-Quellcode:
function TBaseVirtualTree.IterateSubtree(Node: PVirtualNode; Callback: TVTGetNodeProc; Data: Pointer;
  Filter: TVirtualNodeStates = []; DoInit: Boolean = False; ChildNodesOnly: Boolean = False): PVirtualNode;
Delphi-Quellcode:
  TVirtualNodeState = (
    vsInitialized, // Set after the node has been initialized.
    vsChecking, // Node's check state is changing, avoid propagation.
    vsCutOrCopy, // Node is selected as cut or copy and paste source.
    vsDisabled, // Set if node is disabled.
    vsDeleting, // Set when the node is about to be freed.
    vsExpanded, // Set if the node is expanded.
    vsHasChildren, // Indicates the presence of child nodes without actually setting them.
    vsVisible, // Indicate whether the node is visible or not (independant of the expand states of its parents).
    vsSelected, // Set if the node is in the current selection.
    vsInitialUserData, // Set if (via AddChild or InsertNode) initial user data has been set which requires OnFreeNode.
    vsAllChildrenHidden, // Set if vsHasChildren is set and no child node has the vsVisible flag set.
    vsClearing, // A node's children are being deleted. Don't register structure change event.
    vsMultiline, // Node text is wrapped at the cell boundaries instead of being shorted.
    vsHeightMeasured, // Node height has been determined and does not need a recalculation.
    vsToggling // Set when a node is expanded/collapsed to prevent recursive calls.
  );
  TVirtualNodeStates = set of TVirtualNodeState;
Man kann also angeben auf welche Nodes die Callbackfunktion angewendet wird.
Stephan B.
"Lasst den Gänsen ihre Füßchen"
  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 10:02 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