Vcl.OleCtnrs.TVerbInfo
Delphi
TVerbInfo = record
Verb: Smallint;
Flags: Word;
FlagsFiller: TDWordFiller;
end;
C++
struct DECLSPEC_DRECORD TVerbInfo
{
public:
short Verb;
System::Word Flags;
#ifndef _WIN64
#else /* _WIN64 */
Winapi::Messages::TDWordFiller FlagsFiller;
#endif /* _WIN64 */
};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
record struct |
public | Vcl.OleCtnrs.pas Vcl.OleCtnrs.hpp |
Vcl.OleCtnrs | Vcl.OleCtnrs |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!