System.Actions.TEnumActionProcInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TEnumActionProcInfo = ^Pointer;

C++

typedef void * TEnumActionProcInfo;

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
System.Actions.hpp
System.Actions System.Actions

Description

TEnumActionProcInfo is an alias to an untyped pointer.

TEnumActionProcInfo is used as a type for the Info parameter in the EnumRegisteredActions procedure.

See Also