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

This is record Forms.TCMHintShowPause.

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