Como apresentar resultado de soma em QRLabel? - Não deu!

Delphi

02/05/2003

QRLblTlClube := FormatCurr(#,0.00´,pTotalClube);

[color=red:bc22824bee]Record, object or class type required[/color:bc22824bee]

QRLblTlClube.Caption := pTotalClube;

[color=red:bc22824bee]Incompatible types: ´String´ and ´Real´[/color:bc22824bee]

Como resolvo este Problema ??

Obrigada,
Isadora.


Isadora

Isadora

Curtidas 0

Respostas

Aroldo Zanela

Aroldo Zanela

02/05/2003

QRLblTlClube.Caption := FormatCurr(#,0.00´,pTotalClube);



GOSTEI 0
POSTAR