Vcl.ComCtrls.TTabSheet.Left

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Left stored False;

C++

__property Left = {stored=false};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabSheet

Description

Specifies the horizontal coordinate of the left edge of a component relative to its parent.

Vcl.ComCtrls.TTabSheet.Left inherits from Vcl.Controls.TControl.Left. All content below this line refers to Vcl.Controls.TControl.Left.

Specifies the horizontal coordinate of the left edge of a component relative to its parent.

Use the Left property to determine where the left side of the control begins or to reposition the left side of the control.

If the control is contained in another control, the Left and Top properties are relative to the parent control. If the control is contained directly by the form, the property values are relative to the form. For forms, the value of the Left property is relative to the screen in pixels.

See Also

Code Examples