ThbTapiLine.LINEDEVSTATUS
Unit: hbTapi

This property can be used, if you need to access the TAPI LINEDEVSTATUS structure directly.

Please refer to the section "LINEDEVSTATUS" in TAPI's documentation for a more detailed information.

Example

Label1.Caption := Format('NumActiveCalls= %d', [hbTapiLine1.LINEDEVSTATUS^.dwNumActiveCalls]);

Availability

Design-Time: None / Run-Time: Read

Declaration

property : PLINEDEVSTATUS;

See Also

ThbTapiLine.Status