System.Comp.operator =

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

inline Comp &Comp::operator = (double d)   { DoubleToComp(d, *this); return *this; }
inline Comp &Comp::operator = (Currency d) { CurrencyToComp(d, *this); return *this; }

Propriétés

Type Visibilité  Source Unité  Parent
function public syscomp.h System Comp

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !