| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |
| Field Summary | |
Private(Long) |
mValue
|
| Method Summary | |
Private |
Class_Initialize()Codice |
Private(String) |
CValue_getActualValueToString()Codice |
Private(String) |
CValue_getType()Codice |
Private(Boolean) |
CValue_setActualValueFromString( newValue As String)Codice |
Private(Variant) |
CValue_toVariant()Codice |
Public(String) |
getActualValueToString()Codice |
Public(String) |
getType()Codice |
Public(Long) |
getValue()Codice |
Public(Boolean) |
setActualValueFromString( newValue As String)Codice |
Public |
setValue( newValue As Long)Codice |
Public(Variant) |
toVariant()Codice |
| Details |
Private mValue As Long
Private Sub Class_Initialize()
Private Function CValue_getActualValueToString() As String
Private Function CValue_getType() As String
Private Function CValue_setActualValueFromString(newValue As String) As Boolean
Private Function CValue_toVariant() As Variant
Public Function getActualValueToString() As String
Public Function getType() As String
Public Function getValue() As Long
Public Function setActualValueFromString(newValue As String) As Boolean
Public Sub setValue(newValue As Long)
Public Function toVariant() As Variant
| Consts | Events | Types | Fields | Properties | Methods | Details | SMom |