ThbTapiLine.LINEDEVCAPS
Unit: hbTapi

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

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

Example

Label1.Caption := Format('NumAddresses= %d', [hbTapiLine1.LINEDEVCAPS^.dwNumAddresses]);

Availability

Design-Time: None / Run-Time: Read

Declaration

property LINEDEVCAPS: PLINEDEVCAPS;

See Also

ThbTapiLine.Caps