FMX.Forms.TCommonCustomForm.Width

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Width: Integer read FWidth write SetWidth stored False;

C++

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

Propriétés

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

Description

Spécifie la taille horizontale de la fiche, exprimée en pixels.

Utilisez la propriété Width pour lire ou modifier la largeur de la fiche.

Voir aussi