Not documented.
Pascal
TVTUpdateState = (usBegin, usBeginSynch, usSynch, usUpdate, usEnd, usEndSynch);
Description
Use other resources like the news group or the Delphi Gems message board to find a description.
Members
|
Members |
Description |
|
usBegin |
The tree just entered the update state (BeginUpdate call for the first time). |
|
usBeginSynch |
The tree just entered the synch update state (BeginSynch call for the first time). |
|
usSynch |
Begin/EndSynch has been called but the tree did not change the update state. |
|
usUpdate |
Begin/EndUpdate has been called but the tree did not change the update state. |
|
usEnd |
The tree just left the update state (EndUpdate called for the last level). |
|
usEndSynch |
The tree just left the synch update state (EndSynch called for the last level). |
Group
File
VirtualTrees
Links
|
What do you think about this topic? Send feedback!
|
