Vcl.Controls.TCMParentFontChanged

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCMParentFontChanged = record

C++

struct DECLSPEC_DRECORD TCMParentFontChanged
{
public:
    unsigned Msg;
#ifndef _WIN64
    unsigned WParam;
#else /* _WIN64 */
    Winapi::Messages::TDWordFiller MsgFiller;
    unsigned __int64 WParam;
#endif /* _WIN64 */
public:
    union
    {
        struct
        {
            Vcl::Graphics::TFont* Font;
#ifndef _WIN64
            int Result;
#else /* _WIN64 */
            __int64 Result;
#endif /* _WIN64 */
        };
        struct
        {
#ifndef _WIN64
            int LParam;
#else /* _WIN64 */
            __int64 LParam;
#endif /* _WIN64 */
        };
    };
};

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.

Siehe auch