Re: Delphi Conversion of "C" enum
- From: "alanglloyd@xxxxxxx" <alanglloyd@xxxxxxx>
- Date: 3 Nov 2005 04:05:46 -0800
I think you're confusing enumerated values and "sets" of such values.
Sets are defined by square brackets enclosing enumerated values. So
square brackets are neccessary only where a "set" is declared as the
type of that variable.
The variable I was referring to is a value, not a set. But thanks for
replying.
If you're unsure about sets, then they are worth looking into,
particularly if you are involved in issues where individual bits are
set as flags.
Alan Lloyd
.
- References:
- Delphi Conversion of "C" enum
- From: alanglloyd@xxxxxxx
- Re: Delphi Conversion of "C" enum
- From: Jamie
- Delphi Conversion of "C" enum
- Prev by Date: Re: Delphi Conversion of "C" enum
- Next by Date: Re: Another changing the cursor question.
- Previous by thread: Re: Delphi Conversion of "C" enum
- Next by thread: onCreate vs onShow
- Index(es):
Relevant Pages
|
|