Vcl.ActnMan.TCMItemMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TCMItemMsg = record

C++

struct DECLSPEC_DRECORD TCMItemMsg
{
public:
    unsigned Msg;
#ifndef _WIN64
    unsigned Unused;
#else /* _WIN64 */
    unsigned __int64 Unused;
#endif /* _WIN64 */
    TCustomActionControl* Sender;
#ifndef _WIN64
    int Result;
#else /* _WIN64 */
    __int64 Result;
#endif /* _WIN64 */
};

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.