Моторокер

|
Posted: Mon Jul 10, 2006 15:49 Post subject: |
|
|
Можно ещё избавиться от
if Components[i] is TButton TControl then
напрямую присваивать
try
(Components[i] as TButton TControl).Hint:= 'ля-ля-ля';
except
end;
Last edited by Моторокер on Wed Jul 12, 2006 13:06; edited 1 time in total |
|