Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddObject/RemoveObject
Message
 
 
To
25/03/2002 09:51:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00635975
Message ID:
00636813
Views:
19
>>Hi Jim,
>>
>>>Hilmar's method of using AddObject DOES work correctly, without need to clean up yourself. VfP unfortunately modifies the names of the objects it adds to the form, so the RemoveObject does not find them again - but they are still in the Controls array & are correctly cleaned up on releasing the form.
>>
>>So there's no way to get rid of the controls, once they were added?
>>
>>Regards,
>>Armin
>
>Only sequentially as Sergey pointed out - repeated calls to RemoveObject( "alabels" ) removes them 1 at a time from first to last (or last to first, I didn't check further).

It removes them in the order they were created.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform