0
I have the following function to clear edits common:
for I := 0 to componentCount-1 do
begin
If(components [i] is Tedit) then
Tedit(components[i]).Text := '';
end;
but I do own edits created at runtime, and would like them to "disappear" when the person clicks the wipe button.
How can I include in my role?
I’d like them to cease to exist, and then when someone requests them to reappear, I’ll test Dysstruy.
– Guilherme Lima