Vcl.Controls.TCMParentFontChanged
Delphi
TCMParentFontChanged = record
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;
};
};
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
説明
TCMParentFontChanged は、CM_PARENTFONTCHANGED メッセージと共に使用されます。
TCMParentFontChanged 型のオブジェクトは、CM_PARENTFONTCHANGED メッセージと共に使用されます。
TCMParentFontChanged 型は、内部で使用されます。