Recent content by huwks

  1. H

    Plugin development

    Thank you for your reply. Could you please give me the code sample ? In demo example it was function IdentifyPlugIn(ID: Integer): PChar; cdecl; begin PlugInID := ID; Result := Desc; end; // Creating a menu item function CreateMenuItem(Index: Integer): PChar; cdecl; begin Result := ''...
  2. H

    Plugin development

    Good afternoon everyone ! Where can I find material for PL / SQL plugin development? I try to write plugin in Delphi 10.2 I took an example from PlugInDoc\Delphi\Demo1 Compile and build it without any errors. Then add a dll file to PLSQL Developer 12\PlugIns folder. My developer version is...
Back
Top