Packed Record _TFuncItem

Unit

Declaration

type _TFuncItem = packed record

Description

This item has no description.

Overview

Fields

Public ItemName: array[0..FuncItemNameLen-1] of nppChar;
Public Func: PFUNCPLUGINCMD;
Public CmdID: Integer;
Public Checked: LongBool;
Public ShortcutKey: PShortcutKey;

Description

Fields

Public ItemName: array[0..FuncItemNameLen-1] of nppChar;

This item has no description.

Public Func: PFUNCPLUGINCMD;

This item has no description.

Public CmdID: Integer;

This item has no description.

Public Checked: LongBool;

This item has no description.

Public ShortcutKey: PShortcutKey;

This item has no description.