Componentes.Terceros.jvcl/official/3.32/examples/JvBehaviorLabel/JvBehaviorLabelDemo.dpr

14 lines
276 B
ObjectPascal

program JvBehaviorLabelDemo;
uses
Forms,
JvBehaviorLblMainFrmU in 'JvBehaviorLblMainFrmU.pas' {JvBehaviorLblMainFrm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TJvBehaviorLblMainFrm, JvBehaviorLblMainFrm);
Application.Run;
end.