Unit NppForms

Description

Types and utilities for creating basic plugin dialogs

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TNppForm Default implementation of a basic (non-docking) plugin dialog

Types

TWinApiMsgProc = function(Hndl: HWND; Msg: Cardinal; _WParam: WPARAM; _LParam: LPARAM): LRESULT; stdcall;

Description

Types

TWinApiMsgProc = function(Hndl: HWND; Msg: Cardinal; _WParam: WPARAM; _LParam: LPARAM): LRESULT; stdcall;

Generic function type of a typical Win32 window message procedure