TCMParentFontChanged = record Msg: Cardinal; WParam: WPARAM; case Integer of 0: (LParam: LPARAM;); 1: (Font: TFont; Result: LRESULT;); end;
struct TCMParentFontChanged { unsigned Msg; WPARAM WParam; LPARAM LParam; TFont Font; LRESULT Result; };
This is record Controls.TCMParentFontChanged.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|