FMX.AddressBook.TAddressBookContact.PhotoThumbnail

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PhotoThumbnail: TBitmapSurface index TContactField.PhotoThumbnail read GetBitmapValue;

C++

__property Fmx::Surfaces::TBitmapSurface* PhotoThumbnail = {read=GetBitmapValue, index=13};

Properties

Type Visibility Source Unit Parent
property public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TAddressBookContact

Description

Read-only. Returns the contact person thumbnail.

See Also