Componentes.Terceros.jvcl/official/3.32/examples/JvPlugin/1SimplePlugin/SamplePluginOne.dpr

13 lines
170 B
ObjectPascal
Raw Normal View History

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