Vcl.Controls.TControl.ExplicitTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExplicitTop: Integer read FExplicitTop;

C++

__property int ExplicitTop = {read=FExplicitTop, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Specifies the explicit vertical pixel coordinate of the top edge of a component relative to its parent.

ExplicitTop is a read-only property used internally by Delphi. Use Top in applications to allow read and write access.

See Also