FMX.ListView.TListViewBase.SetItemSpaces

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemSpaces(const Value: TBounds);

C++

void __fastcall SetItemSpaces(Fmx::Types::TBounds* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Protected setter implementation for the ItemSpaces property.

See Also