FMX.EditBox.TCustomEditBox.Value

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Value: Single read GetValue write SetValue stored ValueStored nodefault;

C++

__property float Value = {read=GetValue, write=SetValue, stored=ValueStored};

Propriétés

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


Description

Contient le nombre par défaut affiché par un contrôle d'édition.

Voir aussi