Vcl.ActnMan.TCMItemMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TCMItemMsg = record
    Msg: Cardinal;
    Unused: WPARAM;
    Sender: TCustomActionControl;
    Result: LRESULT;
  end;

C++

struct DECLSPEC_DRECORD TCMItemMsg
{
public:
    unsigned Msg;
    NativeUInt Unused;
    TCustomActionControl* Sender;
    NativeInt Result;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan Vcl.ActnMan

Description

Embarcadero Technologies does not currently have any additional information.