Hi, Babak, again :) Can you say me how to take contact list in ListBox for example? (using or without DPFAddressBook)
Hi xenon
Added. Please download last version v8.7.4 and see AddressBookList demo.
Regards
deleted message...
Thanks a lot, Babak! You are the best! Is it possible to get the device phone number?
Hi, Babak! Pls say me, how to know this constants (0 and 1)? How to know kABPersonOrganizationProperty and other? firstName := TNSString.Wrap( ABRecordCopyValue( person, { kABPersonFirstNameProperty } 0 ) ); lastName := TNSString.Wrap( ABRecordCopyValue( person, { kABPersonLastNameProperty } 1 ) );
Log in to post a comment.
Hi, Babak, again :)
Can you say me how to take contact list in ListBox for example? (using or without DPFAddressBook)
Hi xenon
Added.
Please download last version v8.7.4 and see AddressBookList demo.
Regards
deleted message...
Last edit: xenon 2014-05-18
Thanks a lot, Babak! You are the best! Is it possible to get the device phone number?
Last edit: xenon 2014-05-18
Hi, Babak!
Pls say me, how to know this constants (0 and 1)?
How to know kABPersonOrganizationProperty and other?
firstName := TNSString.Wrap( ABRecordCopyValue( person, { kABPersonFirstNameProperty } 0 ) );
lastName := TNSString.Wrap( ABRecordCopyValue( person, { kABPersonLastNameProperty } 1 ) );
Last edit: xenon 2014-05-20