FMX.Types.TControlSize.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Single read GetWidth write SetWidth stored StoreWidthHeight nodefault;

C++

__property float Width = {read=GetWidth, write=SetWidth, stored=StoreWidthHeight};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControlSize

Description

Describes the width of a TControlSize.

Use this property to set or get the width for a TControlSize.

See Also