FMX.EditBox.TCustomEditBox.ValueType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ValueType: TNumValueType read GetValueType write SetValueType default TNumValueType.Integer;

C++

__property Fmx::Text::TNumValueType ValueType = {read=GetValueType, write=SetValueType, default=0};

Propriétés

Type Visibilité  Source Unité  Parent
property published
FMX.EditBox.pas
FMX.EditBox.hpp
FMX.EditBox TCustomEditBox


Description

Définit le type entier ou flottant du nombre Value affiché dans le contrôle zone d'édition.

Voir aussi