|
Equals(IIEValue)
|
Compares the AValue parameter to the current value and determines if they are equal. This method is fairly rigorous and considers two values not equal if they don't have the exact same DType property value.
|
|
EqualsStar(IIEValue)
|
Compares the AValue parameter to the current value and determines if they are equal. The two values are not equal unless they have the exact same DType property value and value. The only exception is the numeric types, dtInteger and dtFloat, which may be compared against each other
|
|
GetAsAtom
|
Accessor method for AsAtom property
|
|
GetAsClass
|
Accessor method for AsClass property
|
|
GetAsDescriptor
|
Accessor method for AsDescriptor property
|
|
GetAsExternalAddress
|
Accessor method for AsExternalAddress property
|
|
GetAsFact
|
Accessor method for AsFact property
|
|
GetAsFactId
|
Accessor method for AsFactID property
|
|
GetAsFloat
|
Accessor method for AsFloat property
|
|
GetAsFunCall
|
Accessor method for AsFunCall property
|
|
GetAsFuzzy
|
Accessor method for AsFuzzy property
|
|
GetAsInteger
|
Accessor method for AsInteger property
|
|
GetAsList
|
Accessor method for AsList property
|
|
GetAsMultiSlot
|
Accessor method for AsMultiSlot property
|
|
GetAsMultiVariable
|
Accessor method for AsMultiVariable property
|
|
GetAsNumeric
|
Accessor method for AsNumeric property
|
|
GetAsObject
|
Accessor method for AsObject property
|
|
GetAsOwnedObject
|
Accessor method for AsOwnedObject property
|
|
GetAsSingletons
|
Accessor method for AsSingletons property
|
|
GetAsSlot
|
Accessor method for AsSlot property
|
|
GetAsString
|
Accessor method for AsString property
|
|
GetAsVariable
|
Accessor method for AsVariable property
|
|
GetDType
|
Accessor method for DType property
|
|
GetHashCode
|
Accessor method for HashCode property
|
|
GetOnChange
|
Accessor method for OnChange event
|
|
GetToString
|
Accessor method for ToString property
|
|
get_AsAtom
|
Represents method get_AsAtom.
|
|
get_AsClass
|
Represents method get_AsClass.
|
|
get_AsDescriptor
|
Represents method get_AsDescriptor.
|
|
get_AsExternalAddress
|
Represents method get_AsExternalAddress.
|
|
get_AsFact
|
Represents method get_AsFact.
|
|
get_AsFactId
|
Represents method get_AsFactId.
|
|
get_AsFloat
|
Represents method get_AsFloat.
|
|
get_AsFunCall
|
Represents method get_AsFunCall.
|
|
get_AsFuzzy
|
Represents method get_AsFuzzy.
|
|
get_AsInteger
|
Represents method get_AsInteger.
|
|
get_AsList
|
Represents method get_AsList.
|
|
get_AsMultiSlot
|
Represents method get_AsMultiSlot.
|
|
get_AsMultiVariable
|
Represents method get_AsMultiVariable.
|
|
get_AsNumeric
|
Represents method get_AsNumeric.
|
|
get_AsObject
|
Represents method get_AsObject.
|
|
get_AsOwnedObject
|
Represents method get_AsOwnedObject.
|
|
get_AsSingletons
|
Represents method get_AsSingletons.
|
|
get_AsSlot
|
Represents method get_AsSlot.
|
|
get_AsString
|
Represents method get_AsString.
|
|
get_AsVariable
|
Represents method get_AsVariable.
|
|
get_DType
|
Represents method get_DType.
|
|
get_HashCode
|
Represents method get_HashCode.
|
|
get_OnChange
|
Represents method get_OnChange.
|
|
get_ToString
|
Represents method get_ToString.
|
|
IsOwningObject
|
Returns TRUE if the interface owns the value inside of it
|
|
Reset
|
Initializes the interface back to its original state. The DType property will equal dtNone and no value will be in the interface
|
|
Resolve(TObject)
|
Resolves, based on the passed in Context (which should be castable to TIEContext), all incomplete values. In other words, if the value is a variable, the Resolve method will return an IIEValue that returns the actual value of the variable, not its name. The same for function calls and temporary bindings (stored AsVariantArray).
|
|
SetAsAtom(String)
|
Accessor method for AsAtom property
|
|
SetAsClass(TPersistentClass)
|
Accessor method for AsClass property
|
|
SetAsDescriptor(Integer)
|
Accessor method for AsDescriptor property
|
|
SetAsExternalAddress(TRSPointerType)
|
Accessor method for AsExternalAddress property
|
|
SetAsFact(IFact)
|
Accessor method for AsFact property
|
|
SetAsFactId(Integer)
|
Accessor method for AsFactID property
|
|
SetAsFloat(Double)
|
Accessor method for AsFloat property
|
|
SetAsFunCall(IFunCall)
|
Accessor method for AsFunCall property
|
|
SetAsFuzzy(IFuzzySet)
|
Accessor method for AsFuzzy property
|
|
SetAsInteger(Integer)
|
Accessor method for AsInteger property
|
|
SetAsList(IValueVector)
|
Accessor method for AsList property
|
|
SetAsMultiSlot(String)
|
Accessor method for AsMultiSlot property
|
|
SetAsMultiVariable(String)
|
Accessor method for AsMultiVariable property
|
|
SetAsObject(TObject)
|
Accessor method for AsObject property
|
|
SetAsOwnedObject(TObject)
|
Accessor method for AsOwnedObject property
|
|
SetAsSingletons(ISingletonsVector)
|
Accessor method for AsSingletons property
|
|
SetAsSlot(String)
|
Accessor method for AsSlot property
|
|
SetAsString(String)
|
Accessor method for AsString property
|
|
SetAsVariable(String)
|
Accessor method for AsVariable property
|
|
SetOnChange(TIEValueChangeEvent)
|
Accessor method for OnChange event
|
|
set_AsAtom(String)
|
Represents method set_AsAtom(String).
|
|
set_AsClass(TPersistentClass)
|
Represents method set_AsClass(TPersistentClass).
|
|
set_AsDescriptor(Integer)
|
Represents method set_AsDescriptor(Integer).
|
|
set_AsExternalAddress(TRSPointerType)
|
Represents method set_AsExternalAddress(TRSPointerType).
|
|
set_AsFact(IFact)
|
Represents method set_AsFact(IFact).
|
|
set_AsFactId(Integer)
|
Represents method set_AsFactId(Integer).
|
|
set_AsFloat(Double)
|
Represents method set_AsFloat(Double).
|
|
set_AsFunCall(IFunCall)
|
Represents method set_AsFunCall(IFunCall).
|
|
set_AsFuzzy(IFuzzySet)
|
Represents method set_AsFuzzy(IFuzzySet).
|
|
set_AsInteger(Integer)
|
Represents method set_AsInteger(Integer).
|
|
set_AsList(IValueVector)
|
Represents method set_AsList(IValueVector).
|
|
set_AsMultiSlot(String)
|
Represents method set_AsMultiSlot(String).
|
|
set_AsMultiVariable(String)
|
Represents method set_AsMultiVariable(String).
|
|
set_AsObject(TObject)
|
Represents method set_AsObject(TObject).
|
|
set_AsOwnedObject(TObject)
|
Represents method set_AsOwnedObject(TObject).
|
|
set_AsSingletons(ISingletonsVector)
|
Represents method set_AsSingletons(ISingletonsVector).
|
|
set_AsSlot(String)
|
Represents method set_AsSlot(String).
|
|
set_AsString(String)
|
Represents method set_AsString(String).
|
|
set_AsVariable(String)
|
Represents method set_AsVariable(String).
|
|
set_OnChange(TIEValueChangeEvent)
|
Represents method set_OnChange(TIEValueChangeEvent).
|