FMX.AddressBook.Types.TContactDate

From RAD Studio API Documentation

TContactDateSystem.TObject

Delphi

TContactDate = class

C++

class PASCALIMPLEMENTATION TContactDate : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.AddressBook.Types.pas
FMX.AddressBook.Types.hpp
FMX.AddressBook.Types FMX.AddressBook.Types

Description

Represents a date related to a contact.

To add a new date to your contact, use the TContactDates.AddDate method.

See Also