FMX.ListView.Types.IListItemStyleResources.StyleResourcesNeedUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StyleResourcesNeedUpdate: Boolean;

C++

virtual bool __fastcall StyleResourcesNeedUpdate() = 0 ;

Properties

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

Description

Indicates whether the style resources need to be updated.

Set the StyleResourcesNeedUpdate method to True to specify that style resources should be refreshed.

See Also