Yeah, I remembered that when I saw that Sean had posted almost the same
type of example. ;-)

Thanks,

C. 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Jeremy North

> I like this a lot !!!:
>
>  TGalleryStatusDescriptions: array
> [Low(TGalleryStatus)..High(TGalleryStatus)] of String =

You don't have to do that, you can just do this:

TGalleryStatusDescriptions: array[TGalleryStatus] of String =

_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to [EMAIL PROTECTED] with Subject: unsubscribe

Reply via email to