RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtnrs.TVerbInfo Record
Pascal
TVerbInfo = packed record
  Verb: Smallint;
  Flags: Word;
end;
C++
struct TVerbInfo {
  Smallint Verb;
  Word Flags;
};

This is record OleCtnrs.TVerbInfo.

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