RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Messages.TWMGetText Record
Pascal
TWMGetText = packed record
  Msg: Cardinal;
  TextMax: Integer;
  Text: PChar;
  Result: Longint;
end;
C++
struct TWMGetText {
  unsigned Msg;
  int TextMax;
  const char * Text;
  Longint Result;
};

Messages

This is record Messages.TWMGetText.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!