Re: [MSEide-MSEgui-talk] Variant part in MSElang objects

2017-06-04 Thread code dz
maybe additional keyword !

tcolor = object
 union
   cl : record // should be another option for anonymous record !?
 r,g,b : byte;
   end;
   rgb : array[0..2] of byte;
 end;
end;

but i like your brackets solution , less verbose , better than case of

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Variant part in MSElang objects

2017-06-04 Thread Martin Schreiber
On Sunday 04 June 2017 15:34:14 code dz wrote:
> good , even the brackets is not informative for that purpose .

Alternatives?

Martin

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] Variant part in MSElang objects

2017-06-04 Thread code dz
good , even the brackets is not informative for that purpose .
but , less typing is always good ;)

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk