RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
OleCtrls.TOleEnum Type

Represents enumerated types that must be sent over a COM interface.

Pascal
TOleEnum = ActiveX.TOleEnum;
C++
ActiveX.TOleEnum TOleEnum;

Dispatch interfaces do not marshal enumerated types. TOleEnum is used in the Delphi language for interface parameters that are logically an enumerated type but must be passed as an integer value instead. Typically, each interface member that uses TOleEnum defines a set of integer constants to represent the enumerated values. 

 

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