RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMHintShow Record
Pascal
TCMHintShow = record
  Msg: Cardinal;
  Reserved: Integer;
  HintInfo: PHintInfo;
  Result: Integer;
end;
C++
struct TCMHintShow {
  unsigned Msg;
  int Reserved;
  PHintInfo HintInfo;
  int Result;
};

This is record Controls.TCMHintShow.

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