자유롭게 질의 및 응답을 할 수 있는 게시판입니다. 개발자 여러분의 답변이 큰 도움이 됩니다.
- 제품설치/등록 오류 문의: 설치/등록 Q&A 이용 (제품 구매 고객 한정)
Delphi delphi..end 에서 84페이지 29번
2012.12.11 20:46
H := THourly.create;
Edit1.text := H.Name;
edit2.text := inttostr(h.age);
edit3.text := h.address;
edit4.text := h.office;
edit5.text := inttostr(h.hrs);
edit6.text := inttostr(h.rate);
에서 h.rate 가 에러가 나더군요... rate .자체가 utest4에 없더군요
해결방안좀 알려주십쇼..
댓글 2
Delphi delphi..end 에서 84페이지 29번
2012.12.11 20:46
H := THourly.create;
Edit1.text := H.Name;
edit2.text := inttostr(h.age);
edit3.text := h.address;
edit4.text := h.office;
edit5.text := inttostr(h.hrs);
edit6.text := inttostr(h.rate);
에서 h.rate 가 에러가 나더군요... rate .자체가 utest4에 없더군요
해결방안좀 알려주십쇼..
해결 방법이 없는건가요??
급합니다 ...