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;
};

Controls

This is record Controls.TCMChildKey.

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