//--------------------------------------------------------------------------- #include #pragma hdrstop #include "GraphicObject.h" //--------------------------------------------------------------------------- #pragma package(smart_init) //--------------------------------------------------------------------------- __fastcall graphicobject::graphicobject(){ x = 0; y = 0; x2=0; y2=0; got = POINTTYPE; string = ""; } //--------------------------------------------------------------------------- __fastcall graphicobject::~graphicobject(){ } //---------------------------------------------------------------------------