RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.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;
};

Forms

This is record Forms.TCMHintShow.

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