SynWrite Wiki
Advanced text editor for programmers and Notepad replacement.
Brought to you by:
alexey_t,
matthias030
SynOpenForm function is called to show panel plugin. Its prototype is:
function SynOpenForm(AParentWindow: THandle; var AWindow: THandle): Pointer; stdcall;
Parameters are:
Result is a handle which then will be used by SW as parameter to other plugin exported functions.
If you use Delphi, return here the pointer to plugin form (TForm).