RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TCMCancelMode Record
Pascal
TCMCancelMode = record
  Msg: Cardinal;
  Unused: Integer;
  Sender: TControl;
  Result: Longint;
end;
C++
struct TCMCancelMode {
  unsigned Msg;
  int Unused;
  TControl * Sender;
  Longint Result;
};

This is record Controls.TCMCancelMode.

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