voila je crée en dynamique un objet TQRLabel et je veux mettre le caption en gras :
Code :
- TQRLabel *Fen12 = new TQRLabel (this) ;
- Fen12->Parent= Form2->QuickRep1;
- Fen12->Height=10;
- -> Fen12->Font->Style<<fsBold;
- Fen12->Color=0x00F0F0FF;
- Fen12->Alignment=taLeftJustify;
- total = ( ( (prix*(Form1->Table1->FieldByName("Tva" )->AsFloat) ) /100)+prix);
- Fen12->Caption=Format("%.2f",ARRAYOFCONST((total)));
- Fen12->Font->Size=10;
- Fen12-> Left = 356 ;
- Fen12->Top=haut+48;
- Fen12->Enabled=true;
|
ça compile , tout est affiché mais pa en gras ...