Suppose you have an enumeration like ...
type
lights = (red,orange,green);
In Ada, you can write something like
for colour:=lights'first to lights'last do ...
where lights'first = red, and lights'last=green. Anything like this in
Delphi? I've looked, but can't find anything...
Cheers,
Terry
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
- RE: [DUG]: Attributes of enumerations Terry Johnson
- RE: [DUG]: Attributes of enumerations Donovan Broad
- RE: [DUG]: Attributes of enumerations Conor Boyd
- RE: [DUG]: Attributes of enumerations Allan, Samuel
- RE: [DUG]: Attributes of enumerations Conor Boyd
- RE: RE: [DUG]: Attributes of enumerations Allan, Samuel
