ThbTapiPhone.PHONECAPS
Unit: hbTapi

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

Example

Label1.Caption := Format('The display has %d row and %d columns', [hbTapiLine1.PHONECAPS^.dwNumRows, hbTapiLine1.PHONECAPS^.dwNumColumns]);

Availability

Design-Time: None / Run-Time: Read

Declaration

property PHONECAPS: PPHONECAPS;

See Also

Caps