Einzelnen Beitrag anzeigen

merlin17

Registriert seit: 15. Dez 2002
Ort: Mittelfranken
980 Beiträge
 
Delphi 10 Seattle Enterprise
 
#6

Re: Rave Report -> DataBand component -> farblich

  Alt 9. Feb 2007, 12:00
hier die dpr-Datei:

Delphi-Quellcode:
program ColorRowsDemo;

uses
  Forms,
  ColorRowsDemoMain in 'ColorRowsDemoMain.pas{Form1};
   
{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
thomas, TeamNevrona
- TeamNevrona cannot respond to questions received via email -
http://rave-notes.blogspot.com
  Mit Zitat antworten Zitat