Information about TGet Class.

Information about TGet Class.

Postby Horizon » Wed Oct 14, 2009 9:14 am

Hi,

I want to find out Where is the Get class source in TClipGet class which is inherited from get?

thanks,
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1322
Joined: Fri May 23, 2008 1:33 pm

Re: Information about TGet Class.

Postby James Bott » Wed Oct 14, 2009 9:17 am

Hakan,

FWH\source\classes\tget.prg

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Information about TGet Class.

Postby Horizon » Wed Oct 14, 2009 9:24 am

Thanks James,

I have seen the TGet. There is a oGet DATA in this class that is created from function FWGetNew. This function creates a TClipGet instance.

Code: Select all  Expand view
#include "fivewin.ch"

//----------------------------------------------------------------------------//

#ifdef __XPP__
   #define GetNew _GetNew
#endif

#ifndef __XPP__

CLASS TClipGet FROM Get

   METHOD Display() VIRTUAL

ENDCLASS

#endif

//---------------------------------------------------------------------------//

function FWGetNew( nRow, nCol, bVarBlock, cVarName, cPicture, cColor )

return TClipGet():New( nRow, nCol, bVarBlock, cVarName, cPicture, cColor )

//---------------------------------------------------------------------------//


As you can see TClipGet is inherited from Get Class. I am searching the this Get class.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1322
Joined: Fri May 23, 2008 1:33 pm

Re: Information about TGet Class.

Postby James Bott » Wed Oct 14, 2009 9:32 am

Hakan,

I see, that must be the (x)Harbour get class. You will need the (x)Harbour source.

James
User avatar
James Bott
 
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA

Re: Information about TGet Class.

Postby Horizon » Wed Oct 14, 2009 12:04 pm

Thanks James,

I will try to find it.
Regards,

Hakan ONEMLI

Harbour & MSVC 2022 & FWH 23.04
Horizon
 
Posts: 1322
Joined: Fri May 23, 2008 1:33 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 61 guests