1. with findcomponent('me_s'+inttostr(i)) as TMaskEdit do
text := query1.fieldbyname('stime').asstring;
2. with TMaskEdit(findcomponent('me_e'+inttostr(i))) do
text := query1.fieldbyname('etime').asstring;
3. TMaskEdit(findcomponent('me_s'+inttostr(i))).text :=
query1.fieldbyname('stime').asstring;
위의 식으로 하니까 에러가 나네요..
access visolation .... 에러가 납니다.
컴포넌트를 못가지고 오는 것 같아요.. 문명히 컴포넌트는 존재합니다.