TdxOcNode.GetNextVisible Method
In This Article
Returns the next visible node in the list of all the control’s nodes.
#Declaration
Delphi
function GetNextVisible: TdxOcNode;
#Returns
Type |
---|
Tdx |
#Remarks
Call this function recursively iterate through all the visible nodes to apply the same set of changes to them.
See Also