RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMChildKey Record
Pascal
TCMChildKey = record
  Msg: Cardinal;
  CharCode: Word;
  Unused: Word;
  Sender: TWinControl;
  Result: Longint;
end;
C++
struct TCMChildKey {
  unsigned Msg;
  Word CharCode;
  Word Unused;
  TWinControl * Sender;
  Longint Result;
};

This is record Controls.TCMChildKey.

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