Componentes.Terceros.jvcl/official/3.36/examples/JvDBHTLabel/JvDBHTLabelDemo.dpr

14 lines
282 B
ObjectPascal
Raw Normal View History

program JvDBHTLabelDemo;
uses
Forms,
JvDBHTLabelDemoMainForm in 'JvDBHTLabelDemoMainForm.pas' {JvDBHTLabelDemoMainFrm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TJvDBHTLabelDemoMainFrm, JvDBHTLabelDemoMainFrm);
Application.Run;
end.