FMX.Controls.TControl.ExplicitTop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExplicitTop: Single read FExplicitTop;

C++

__property float ExplicitTop = {read=FExplicitTop};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.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