Hi,
I want to find out Where is the Get class source in TClipGet class which is inherited from get?
thanks,
#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 )
//---------------------------------------------------------------------------//
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 65 guests