Vcl.ActnMan.TGalleryProperties.GetItemsPerRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemsPerRow: Integer;

C++

int __fastcall GetItemsPerRow();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TGalleryProperties

Description

GetItemsPerRow is the getter method for the ItemsPerRow property.

GetItemsPerRow returns the number of rows a gallery grid is split into.

See Also