还是不行,我是如下操作的,在设计期先给Combobox1的items中添加选项(_5,
_6,_7,_8).
procedure Tfrmcom.BitBtn1Click(Sender: TObject);
begin
Mainform.Comm1.ByteSize := TByteSize(Combobox1.itemindex);
end;
Spcomm放在Mainform中,
编译时出现错误:
[Error] procotalU.pas(56): Undeclared identifier: 'TByteSize'
>> TParity = ( None, Odd, Even, Mark, Space );
>> TStopBits = ( _1, _1_5, _2 );
>> TByteSize = ( _5, _6, _7, _8 );
这三行在哪儿定义。
如果定义后编译时出现错误:
[Error] procotalU.pas(62): Incompatible types: 'SPComm.TByteSize' and 'procotalU.TByteSize'