|
TCustomVirtualStringTree.ReinitNode Method
Forces a reinitialization of the given node.
Pascal
procedure ReinitNode(Node: PVirtualNode; Recursive: Boolean); override;
Description
ReinitNode forces Node and all its children (if Recursive is true) to be initialized again without modifying any data in the nodes nor deleting children (unless the application requests a different amount).
Class
Links
What do you think about this topic? Send feedback!
|