maxkleiner / maXbox4

code compiler script studio
GNU General Public License v3.0
23 stars 10 forks source link

AsyncPro ComPort and CPort #29

Closed maxkleiner closed 2 years ago

maxkleiner commented 3 years ago

TApdComPort.create Test comport 2 properties: LogName+TraceName not available' CPort: TComComboBox.create(frmmain) //OnChange := @ccbComPortListChange is missing

maxkleiner commented 3 years ago

ComPort1.StoreSettings(stIniFile, ChangeFileExt(ParamStr(0), '.ini')); --> access violation?

we have to set name:= 'comport2ini'; //section name for ini file! ComPort1.StoredProps:= [spBasic] ComPort1.name:= 'Comport2ini'; //section name for ini file!

maxkleiner commented 2 years ago

Solved with published properties: with TComComboBox.create(self) do begin onchange free end;