FMX.ListView.Types.TListItemDrawable.UpdateValuesFromStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateValuesFromStyle;

C++

void __fastcall UpdateValuesFromStyle();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemDrawable

Description

Updates a resource style getting the values from ListItemStyleResources.

The UpdateValuesFromStyle virtual method is to be implemented in child classes.

See Also