Componentes.Terceros.jvcl/internal/3.36/1/examples/JvPlugin/1SimplePlugin/SamplePluginOne.dpr

13 lines
170 B
ObjectPascal
Raw Permalink Normal View History

library SamplePluginOne;
uses
ShareMem,
SamplePluginOneU in 'SamplePluginOneU.pas' {SampleUILPlugin: TJvPlugin};
exports
RegisterPlugin;
begin
end.