Log4OM SDK
Posted: 08 Dec 2014, 22:00
How about making an SDK for Log4OM ?
It would be nice to have access some to functionality from another program, like setting the call/freq/mode into Log4OM or getting a new freq after clicking on a clusterspot inside of Log4OM.
something like this :
ALog4Om = new TLogForOM
try
ALog4OM.SetCall('XY1ABC')
ALog4OM.SetFreq(this.Freq)
if Assigned(ALog4OM.onChangeCall) ChangeCall()
....
....
ALog4OM.SaveQSO
finally
ALog4OM.Free
end
It would be nice to have access some to functionality from another program, like setting the call/freq/mode into Log4OM or getting a new freq after clicking on a clusterspot inside of Log4OM.
something like this :
ALog4Om = new TLogForOM
try
ALog4OM.SetCall('XY1ABC')
ALog4OM.SetFreq(this.Freq)
if Assigned(ALog4OM.onChangeCall) ChangeCall()
....
....
ALog4OM.SaveQSO
finally
ALog4OM.Free
end