Vcl.OleCtrls.TOleEnum
Delphi
CALL [RBP+$210]
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type | public | Vcl.OleCtrls.pas | Vcl.OleCtrls | Vcl.OleCtrls |
Description
Represents enumerated types that must be sent over a COM interface.
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.