System.Actions.TEnumActionProcInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TEnumActionProcInfo = ^Pointer;

C++

typedef void * TEnumActionProcInfo;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.pas
System.Actions.hpp
System.Actions System.Actions

Beschreibung

TEnumActionProcInfo ist ein Alias für einen untypisierten Zeiger.

TEnumActionProcInfo wird als Typ für den Parameter Info in der Prozedur EnumRegisteredActions verwendet.

Siehe auch