FMX.Forms.TCommonCustomForm.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Integer read FWidth write SetWidth stored False;

C++

__property int Width = {read=FWidth, write=SetWidth, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

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

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

See Also