我的程序中访问 designer 中的 text 可以使用这种
rv.ProjMan.FindRaveComponent('txtID', page) as TRaveText;但是,我找了很久很久···都找不到如何访问它的条码控件 TRPBarsCode39 的方式。
使用上面的会报告“incompatible types: 'TRPBarsCode39' and 'TRaveCompoent”
我找了它的源码,发现 该类是从 TRPBarsBase,而TRPBarsBase直接从 TObject派生的。因此,
rv.ProjMan.FindComponent('bar') as TRPBarsCode39 这种方式也不能使用。
哪个知道程序中如何访问 designer 中加入的条码控件嘛!!!!!!!!!!!!!!!!!!!