프로그램을 실행시키려고 하는데 Project pstudent.exe raised exception class EClassNotFound with message 'Class TDBEdit not found'. Process stopped. Use step or Run to continue. 이런 메시지가 뜨네요. 이건 무엇 때문에 생기는...
김형수
•
2002.05.30 04:43
type 에 보면 아마 dbedit 컴포넌트를 정의한 구문이 없을것 같네요
type
TForm1 = ...
type 에 보면 아마 dbedit 컴포넌트를 정의한 구문이 없을것 같네요
type
TForm1 = class(TForm)
Button1: TButton;
Edit1: TEdit;
DBEdit1: TDBEdit; --> 여기요
private
{ Private declarations }
public
{ Public declarations }
end;