FMX.AddressBook.TAddressBookContact.LastName

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property LastName: string index TContactField.LastName read GetStringValue write SetStringValue;

C++

__property System::UnicodeString LastName = {read=GetStringValue, write=SetStringValue, index=1};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TAddressBookContact


説明

連絡先の人の名を示します。

関連項目