ContactIndex Property
The index of the current contact in a Google Contacts feed.
Syntax
int GetContactIndex();
int SetContactIndex(int iContactIndex);
Default Value
-1
Remarks
This property is used to specify a contact within a retrieved Google Contact feed. Once set, the following properties will be populated:
- FirstName
- LastName
- FullName
- Birthday
- HomeEmailAddress
- WorkEmailAddress
- HomePhoneNumber
- WorkPhoneNumber
- MobilePhoneNumber
- HomeIMAddress
- HomeIMProtocol
- WorkIMAddress
- WorkIMProtocol
- HomeAddress
- WorkAddress
- HomeWebsite
- WorkWebsite
- Nickname
- Gender
- Notes
- Deleted
- ContactEditURL
- ContactETag
- ContactProperties
This property takes index values from 0 to ContactCount-1.
Setting ContactIndex to -1 will clear the entries contained by the component and will also reset all the contact related properties (listed above).
This property is not available at design time.
Data Type
Integer