Vcl.Ribbon.TCustomRibbonGroup.TRowPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TRowPosition = array [1..3] of Integer;

C++

typedef System::StaticArray<int, 3> TRowPosition;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TCustomRibbonGroup

Description

Represents the Y coordinate for a row in the ribbon group.

TRowPosition is used internally to represent the Y coordinate for a row in the ribbon group.