Vcl.ComCtrls.THeaderSection.Right

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Right: Integer read GetRight;

C++

__property int Right = {read=GetRight, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderSection

Description

Specifies the horizontal position of the header section's right edge.

The Right property is the horizontal coordinate of the header section's right edge, relative to the left border of the header control and measured in pixels. The Right value is the value of Left plus the value of Width.

See Also