Vcl.Controls.TControl.ExplicitLeft
Delphi
property ExplicitLeft: Integer read FExplicitLeft;
C++
__property int ExplicitLeft = {read=FExplicitLeft, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Specifies the explicit horizontal pixel coordinate of the left edge of a component relative to its parent.
ExplicitLeft is a read-only property used internally by Delphi. Use Left in applications to allow read and write access.