Home > Back-end >  A new report
A new report

Time:09-24

New, support the new, more support

CodePudding user response:

New support,

CodePudding user response:

as a rookie, support

CodePudding user response:

 unit Unit1; 

Interface

USES the
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs.

Type
TForm1=class (TForm)
Private
{Private declarations}
Public
{Public declarations}
end;

Var
Form1: TForm1;

Implementation

{$R *. DFM}

End.
  • Related