RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControl.ExplicitLeft Property

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

Pascal
property ExplicitLeft: Integer;
C++
__property int ExplicitLeft;

ExplicitLeft is a read only property used internally by Delphi. Use Left in applications, thereby allowing read and write access. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!