|
|
От: |
Anatolix
|
https://www.linkedin.com/in/anatolix/ |
| Дата: | 18.01.03 09:37 | ||
| Оценка: | 14 (2) | ||
for(int i=Form->ComponentCount-1; i>=0; i--)
{
if (dynamic_cast<TButton*>(Form->Components[i]))
{
delete Form->Components[i];
}
}