|
TToggleAnimationData Record
Not documented.
Pascal
TToggleAnimationData = record Expand: Boolean; Window: HWND; DC: HDC; Brush: HBRUSH; R: TRect; end;
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
Members |
Description |
Expand: Boolean; |
if true then expanding is in progress |
Window: HWND; |
copy of the tree's window handle |
DC: HDC; |
the DC of the window to erase unconvered parts |
Brush: HBRUSH; |
the brush to be used to erase uncovered parts |
R: TRect; |
the scroll rectangle |
Group
File
VirtualTrees
Links
What do you think about this topic? Send feedback!
|