Vcl.ComCtrls.THeaderSection.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left: Integer read GetLeft;

C++

__property int Left = {read=GetLeft, 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 left edge.

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

See Also