Vcl.ActnMan.TCMItemMsg
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;
};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
record struct |
public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | Vcl.ActnMan |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !