API:FMX.ListView.Types.TListItemTextButton.GetRenderPassCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetRenderPassCount: Integer; override;

C++

virtual int __fastcall GetRenderPassCount();

Properties

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

Description

Returns the render pass counter value.

FMX.ListView.Types.TListItemTextButton.GetRenderPassCount inherits from FMX.ListView.Types.TListItemDrawable.GetRenderPassCount. All content below this line refers to FMX.ListView.Types.TListItemDrawable.GetRenderPassCount.

Returns the render pass counter value. The render pass counter is the number of passes required to draw a list item.

The GetRenderPassCount virtual method is to be implemented in child classes. If this method is not overridden in child classes, GetRenderPassCount returns 0.

See Also