The joys of Delphi (once again)

Beatnik on 2003-10-14T07:43:14

This works..

Parts := FindRaveComponent('TEXT1',MyPage) as TRaveText;
Parts.Text := 'FOOOO';


This doesn't

Parts := FindRaveComponent('BAR1',MyPage) as TrpBarsBase;
Parts.Text := 'FOOOO';


Damn you, barcodes...