Jump to content

Can't use TRegistry neither TChild

- - - - -

  • Please log in to reply
No replies to this topic

#1
tosh5457

tosh5457

    Newbie

  • Members
  • Pip
  • 7 posts
I've got this problem. when i try to declare a variable with a TRegistry or TChild the compiler gives me an error "Undeclared identifier: 'TChild'" and "Underclared identifier: 'TRegistry'" for Tregistry.
procedure TMainForm.Open1Click(Sender: TObject);

var

child : TChild;

begin

end;

or

procedure TMainForm.Open1Click(Sender: TObject);

var

registry : TRegistry;

begin


end;


i get those errors I mentioned...
I'm using Delphi 6 Enterprise edition




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users