Vcl.ActnMan.TGalleryProperties.SetItemsPerRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetItemsPerRow(const Value: Integer);

C++

void __fastcall SetItemsPerRow(const int Value);

Properties

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

Description

SetItemsPerRow is the setter method for the ItemsPerRow property.

SetItemsPerRow sets the number of rows of a gallery grid.

See Also