Vcl.ActnMenus.TUpdateActnMenusProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TUpdateActnMenusProc = procedure;

C++

typedef void __fastcall (*TUpdateActnMenusProc)(void);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus

Description

TUpdateActnMenusProc is the type of a function that is called each time an action menu is updated.

TUpdateActnMenusProc is an internal type used when the menu window is updated. Do not use TUpdateActnMenusProc directly.

See Also