Hai ....

I have created one ActiveX Control. Added one property
(MyDatabase)  in TLB file, after that i changed the
pas file same as below
************************************************

function TCTIOutlookContact.Get_MyDatabase:
WideString;
begin
  Result := MyDatabase;  //Added this
end;

procedure TCTIOutlookContact.Set_MyDatabase(const
Value: WideString);
begin
    MyDatabase := value;  //Added this
end;
************************************************

but if i compile , i am getting error (Undeclared
identifier   "MyDatabase"  )    

How can i solve this problem.........


Biju.

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/i7folB/TM
--------------------------------------------------------------------~-> 

-------------------------------------------------------
Home: http://groups.yahoo.com/group/delphi-programming/
Remove: [EMAIL PROTECTED] 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/delphi-programming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to