FMX.Controls.TControl.ExplicitWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExplicitWidth: Single read FExplicitWidth;

C++

__property float ExplicitWidth = {read=FExplicitWidth};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies the explicit horizontal size of the control (in pixels).

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

See Also