FMX.ComboEdit.TComboEdit.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth stored False;

C++

__property Width;

Properties

Type Visibility Source Unit Parent
property published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

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

FMX.ComboEdit.TComboEdit.Width inherits from FMX.Controls.TControl.Width. All content below this line refers to FMX.Controls.TControl.Width.

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

Use the Width property to read or change the width of the control.

See Also