TCellValue Implicit Conversion Operator
Overloads
Implicit conversion from Double to TCellValue
Automatically converts from Double instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: Double): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
Double |
|
See also
Implicit conversion from TCellValue to Double
Automatically converts from TCellValue instances to Double instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): Double; overload;
Parameters
See also
Implicit conversion from Extended to TCellValue
Automatically converts from Extended instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: Extended): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
Extended |
|
See also
Implicit conversion from TCellValue to Extended
Automatically converts from TCellValue instances to Extended instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): Extended; overload;
Parameters
See also
Implicit conversion from Integer to TCellValue
Automatically converts from Integer instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: Integer): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
Integer |
|
See also
Implicit conversion from TCellValue to Integer
Automatically converts from TCellValue instances to Integer instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): Integer; overload;
Parameters
See also
Implicit conversion from Int64 to TCellValue
Automatically converts from Int64 instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: Int64): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
Int64 |
|
See also
Implicit conversion from TCellValue to Int64
Automatically converts from TCellValue instances to Int64 instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): Int64; overload;
Parameters
See also
Implicit conversion from TDateTime to TCellValue
Automatically converts from TDateTime instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TDateTime): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
TDateTime |
|
See also
Implicit conversion from TCellValue to TDateTime
Automatically converts from TCellValue instances to TDateTime instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TDateTime; overload;
Parameters
See also
Implicit conversion from string to TCellValue
Automatically converts from string instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: string): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
string |
|
See also
Implicit conversion from TCellValue to string
Automatically converts from TCellValue instances to string instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): string; overload;
Parameters
See also
Implicit conversion from TRichString to TCellValue
Automatically converts from TRichString instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TRichString): TCellValue; overload;
Parameters
See also
Implicit conversion from TCellValue to TRichString
Automatically converts from TCellValue instances to TRichString instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TRichString; overload;
Parameters
See also
Implicit conversion from Boolean to TCellValue
Automatically converts from Boolean instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: Boolean): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
Boolean |
|
See also
Implicit conversion from TCellValue to Boolean
Automatically converts from TCellValue instances to Boolean instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): Boolean; overload;
Parameters
See also
Automatically converts from TFlxFormulaErrorValue instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TFlxFormulaErrorValue): TCellValue; overload;
Parameters
See also
Automatically converts from TCellValue instances to TFlxFormulaErrorValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TFlxFormulaErrorValue; overload;
Parameters
See also
Automatically converts from TFormula instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TFormula): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
TFormula |
|
See also
Automatically converts from TCellValue instances to TFormula instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TFormula; overload;
Parameters
See also
Automatically converts from TSingleFormulaValue instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TSingleFormulaValue): TCellValue; overload;
Parameters
See also
Automatically converts from TCellValue instances to TSingleFormulaValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TSingleFormulaValue; overload;
Parameters
See also
Automatically converts from TFormulaValue instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TFormulaValue): TCellValue; overload;
Parameters
See also
Automatically converts from TCellValue instances to TFormulaValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TFormulaValue; overload;
Parameters
See also
Implicit conversion from Variant to TCellValue
Automatically converts from Variant instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: Variant): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
Variant |
|
See also
Implicit conversion from TCellValue to Variant
Automatically converts from TCellValue instances to Variant instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): Variant; overload;
Parameters
See also
Implicit conversion from TValue to TCellValue
Automatically converts from TValue instances to TCellValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TValue): TCellValue; overload;
Parameters
<-> |
Parameter |
Type |
Description |
const |
a |
TValue |
|
See also
Implicit conversion from TCellValue to TValue
Automatically converts from TCellValue instances to TValue instances
Syntax
Unit: FlexCel.Core
class operator TCellValue.Implicit(const a: TCellValue): TValue; overload;
Parameters
See also