RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Forms.TCMHintShowPause Record
Pascal
TCMHintShowPause = record
  Msg: Cardinal;
  WasActive: Integer;
  Pause: PInteger;
  Result: Integer;
end;
C++
struct TCMHintShowPause {
  unsigned Msg;
  int WasActive;
  PInteger Pause;
  int Result;
};

Forms

This is record Forms.TCMHintShowPause.

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