Atributos clase
quiero declarar un atributo en una clase de las de la interfaz. Hago esto
//hay Codigo para arriba
void __fastcall DiscoClick(TObject *Sender);
void __fastcall ComponentesClick(TObject *Sender);
void __fastcall Acercade1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm2(TComponent* Owner);
Gestion *g;
gestion es una clase y ya he echo el include
pero me poneType name expected
porq m pone esto? q ago mal?
//hay Codigo para arriba
void __fastcall DiscoClick(TObject *Sender);
void __fastcall ComponentesClick(TObject *Sender);
void __fastcall Acercade1Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TForm2(TComponent* Owner);
Gestion *g;
gestion es una clase y ya he echo el include
pero me poneType name expected
porq m pone esto? q ago mal?
