|
If the SyncMode member of the ThbTapiPhone.Options property is set to False, the component works in the normal TAPI mode. An asynchronous TAPI function will return immideatly and the RequestID of the function is stored in the LastRequestID property. The result is indicated at a later time within the ThbTapiPhone.OnTapiReply event. Example
AvailabilityDesign-Time: None / Run-Time: Read Declarationproperty LastRequestID: DWord; See AlsoThe Synchronous/Asynchronous Model, Options.SyncMode, OnTapiReply, OnTapiTimeout |