Vcl.Controls.TCMParentFontChanged
Aus RAD Studio API Documentation
Delphi
TCMParentFontChanged = record Msg: Cardinal; MsgFiller: TDWordFiller; WParam: WPARAM; case Integer of 0: (LParam: LPARAM); 1: (Font: TFont; Result: LRESULT); end;
C++
struct DECLSPEC_DRECORD TCMParentFontChanged{ public: unsigned Msg; #ifndef _WIN64 #else /* _WIN64 */ Winapi::Messages::TDWordFiller MsgFiller; #endif /* _WIN64 */ NativeUInt WParam; #pragma pack(push,1) union { struct { Vcl::Graphics::TFont* Font; NativeInt Result; }; struct { NativeInt LParam; }; }; #pragma pack(pop) };
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Beschreibung
TCMParentFontChanged wird mit einer CM_PARENTFONTCHANGED-Botschaft verwendet.
Ein Objekt des Typs TCMParentFontChanged wird mit einer CM_PARENTFONTCHANGED-Botschaft verwendet.
Der TCMParentFontChanged wird intern verwendet.