Vcl.Controls.TCMParentFontChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
public:
    union
    {
        struct
        {
            Vcl::Graphics::TFont* Font;
            NativeInt Result;
        };
        struct
        {
            NativeInt LParam;
        };
    };
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TCMParentFontChanged est utilisé avec un message CM_PARENTFONTCHANGED.

Un objet de type TCMParentFontChanged est utilisé avec un message CM_PARENTFONTCHANGED.

Le type TCMParentFontChanged est utilisé en interne.

Voir aussi