Componentes.Terceros.DevExp.../official/x.19/ExpressNavBar/Demos/Delphi/GroupControlDemo/GroupControlDemo.dpr

14 lines
257 B
ObjectPascal
Raw Permalink Normal View History

program GroupControlDemo;
uses
Forms,
GroupControlMain in 'GroupControlMain.pas' {fmGroupControlMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmGroupControlMain, fmGroupControlMain);
Application.Run;
end.