RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMStyleChange Record
Pascal
TWMStyleChange = packed record
  Msg: Cardinal;
  StyleType: Longint;
  StyleStruct: PStyleStruct;
  Result: Longint;
end;
C++
struct TWMStyleChange {
  unsigned Msg;
  Longint StyleType;
  PStyleStruct StyleStruct;
  Longint Result;
};

This is record Messages.TWMStyleChange.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!