Currency (rtl)
De Wiki1000
(Différences entre les versions)
(Page créée avec « {{latest}} <source lang='delphi'>Function Currency(const V:Variant):Variant;</source> Cette fonction convertit un variant en variant de type Currency. {|class="wikitable... ») |
|||
(2 révisions intermédiaires par un utilisateur sont masquées) | |||
Ligne 1 : | Ligne 1 : | ||
− | {{ | + | {{Version700}} |
<source lang='delphi'>Function Currency(const V:Variant):Variant;</source> | <source lang='delphi'>Function Currency(const V:Variant):Variant;</source> | ||
Ligne 27 : | Ligne 27 : | ||
{{Footer|Développement DSM}} | {{Footer|Développement DSM}} | ||
[[category:RTL Variant]] | [[category:RTL Variant]] | ||
− | [[Category: | + | [[Category:Version700]] |
Version actuelle en date du 13 janvier 2015 à 10:52
Function Currency(const V:Variant):Variant;
Cette fonction convertit un variant en variant de type Currency.
Result | Le variant converti en Currency |
V | Le variant à convertir |
Exemple :
begin end;
Voir aussi: