Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
Persist COM port settings of TMS Async in an INI file
Setup the location for the INI file:
VaComm.SettingsStore.Key := ''.\mycomsettings.ini''; VaComm.SettingsStore.Sections := ''COMPARAMS''; VaComm.SettingsStore.Location := slINIFile;
Do actual save & load of the settings with:
VaComm.SaveSettings; VaComm.LoadSettings;