FMX.AddressBook.Types.TContactSocialProfiles

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TObjectListSystem.Generics.Collections.TListSystem.Generics.Collections.TEnumerableSystem.TObjectTContactSocialProfiles

Delphi

TContactSocialProfiles = class(TObjectList<TContactSocialProfile>)

C++

class PASCALIMPLEMENTATION TContactSocialProfiles : public System::Generics::Collections::TObjectList__1<TContactSocialProfile*>

Properties

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

Description

Ordered list of objects.

FMX.AddressBook.Types.TContactSocialProfiles inherits from System.Generics.Collections.TObjectList. All content below this line refers to System.Generics.Collections.TObjectList.

Ordered list of objects.

TObjectList represents an ordered list of objects, accessible by an index.

TObjectList is a TList with the capability of automatically freeing object entries when they are removed from the list. When a TObjectList is instantiated, an AOwnsObjects parameter specifies whether the list owns the list entries. If the entry is owned, when the entry object is removed from the list, the entry object is freed.

The OwnsObjects property gets or sets the object ownership.

See Also

Code Examples