
04.02.2012, 21:30
|
 |
.
|
|
Регистрация: 18.05.2011
Адрес: Омск
Сообщения: 3,970
Версия Delphi: 3,5,7,10,12,XE2
Репутация: выкл
|
|
Код:
for I := 0 to ComponentCount - 1 do
if (Components[i] is TMemo) and ((Components[i] as TMemo).Parent = GroupBox1) then
...
так пойдёт?
__________________
Je venus de nulle part
55.026263 с.ш., 73.397636 в.д.
|