FMX.Controls.TControl.ExplicitTop

From RAD Studio API Documentation
Revision as of 14:46, 22 January 2013 by L10nBot (talk | contribs) (copied from FMX.Types.TControl.ExplicitTop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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