FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Tdatabase
Posts: 47
Joined: Thu Jul 13, 2006 02:39 PM
Tdatabase
Posted: Wed Jun 03, 2009 09:39 AM

Hi Antonio

MESSAGE Delete METHOD _Delete()

1)
I dont understand why the _Delete method is implemented as a message instead of as a normal method. What is the reason for this ?

2)
Can messages accept parameter and pass them on to the method ?

Thanks
Peter

Peter
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Tdatabase
Posted: Sat Jun 06, 2009 06:26 PM

Peter,

>1) I dont understand why the _Delete method is implemented as a message instead of as a normal method. What is the reason for this ?

Delete is a reserved word.

>2) Can messages accept parameter and pass them on to the method ?

Yes, messages work just like a method.

Regards,
James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion