Answered
Remove everything from a TextFlow
What's the fastest way to completely remove all the Flow elements from my TextFlow object? I don't want to kill the TextFlow and I need to keep the containers and composer. It's just the text I want to bin.
What's the fastest way to completely remove all the Flow elements from my TextFlow object? I don't want to kill the TextFlow and I need to keep the containers and composer. It's just the text I want to bin.
textFlow.replaceChildren(0,textFlow.numChildren);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.