I’m working some old code of mine that creates a panel to view an XML node. I have functions to load and validate TextCtrls and ListCtrls, but I’m running into a debugging problem creating a validator to access a child node’s attribute.
Is it possible to remove a validator from a control? I can replace it, but I haven’t figured out how to create a proper validator yet.
I'm working some old code of mine that creates a panel to view an XML
node. I have functions to load and validate TextCtrls and ListCtrls, but
I'm running into a debugging problem creating a validator to access a
child node's attribute.
Is it possible to remove a validator from a control? I can replace it,
but I haven't figured out how to create a proper validator yet.