FMX.ListView.Appearances.TObjectAppearance.DataMembers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataMembers: TDataMembers read FDataMembers write FDataMembers;

C++

__property System::DynamicArray<System::Generics::Collections::TPair__2<System::UnicodeString,System::UnicodeString> > DataMembers = {read=FDataMembers, write=FDataMembers};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TObjectAppearance

Description

Array of key-value pairs where keys are unique identifiers of data members that this object appearance exposes to LiveBindings, and values are the corresponding LiveBindings expression to access those data members.