IslandWrappedDelphiObject
Overview
Location
- Reference: Island.DelphiSupport.fx
- Namespace: RemObjects.Elements.System
- Ancestry: WrappedObject | IslandWrappedDelphiObject
constructor
constructor(aValue: DelphiObject)
IslandWrappedDelphiObject(DelphiObject aValue)
init(_ aValue: DelphiObject)
IslandWrappedDelphiObject(DelphiObject aValue)
Sub New(aValue As DelphiObject)
Parameters:
- aValue:
CompareTo
method CompareTo(aOther: IslandObject): Int32
Int32 CompareTo(IslandObject aOther)
func CompareTo(_ aOther: IslandObject) -> Int32
Int32 CompareTo(IslandObject aOther)
Function CompareTo(aOther As IslandObject) As Int32
Parameters:
- aOther:
Equals override virtual
method Equals(aOther: IslandObject): Boolean
Boolean Equals(IslandObject aOther)
func Equals(_ aOther: IslandObject) -> Boolean
Boolean Equals(IslandObject aOther)
Function Equals(aOther As IslandObject) As Boolean
Parameters:
- aOther:
FromValue
class method FromValue(aValue: DelphiObject): IslandObject
static IslandObject FromValue(DelphiObject aValue)
static func FromValue(_ aValue: DelphiObject) -> IslandObject
static IslandObject FromValue(DelphiObject aValue)
Shared Function FromValue(aValue As DelphiObject) As IslandObject
Parameters:
- aValue:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
ToString override virtual
method ToString: IslandString
IslandString ToString()
func ToString() -> IslandString
IslandString ToString()
Function ToString() As IslandString
Value
property Value: DelphiObject read;
DelphiObject Value { get; }
var Value: DelphiObject { get{} }
DelphiObject Value { __get; }
ReadOnly Property Value() As DelphiObject
Value
property Value: DelphiObject read;
DelphiObject Value { get; }
var Value: DelphiObject { get{} }
DelphiObject Value { __get; }
ReadOnly Property Value() As DelphiObject
FromValue
class method FromValue(aValue: DelphiObject): IslandObject
static IslandObject FromValue(DelphiObject aValue)
static func FromValue(_ aValue: DelphiObject) -> IslandObject
static IslandObject FromValue(DelphiObject aValue)
Shared Function FromValue(aValue As DelphiObject) As IslandObject
Parameters:
- aValue:
constructor
constructor(aValue: DelphiObject)
IslandWrappedDelphiObject(DelphiObject aValue)
init(_ aValue: DelphiObject)
IslandWrappedDelphiObject(DelphiObject aValue)
Sub New(aValue As DelphiObject)
Parameters:
- aValue:
CompareTo
method CompareTo(aOther: IslandObject): Int32
Int32 CompareTo(IslandObject aOther)
func CompareTo(_ aOther: IslandObject) -> Int32
Int32 CompareTo(IslandObject aOther)
Function CompareTo(aOther As IslandObject) As Int32
Parameters:
- aOther:
Equals override virtual
method Equals(aOther: IslandObject): Boolean
Boolean Equals(IslandObject aOther)
func Equals(_ aOther: IslandObject) -> Boolean
Boolean Equals(IslandObject aOther)
Function Equals(aOther As IslandObject) As Boolean
Parameters:
- aOther:
GetHashCode override virtual
method GetHashCode: Int32
Int32 GetHashCode()
func GetHashCode() -> Int32
Int32 GetHashCode()
Function GetHashCode() As Int32
ToString override virtual
method ToString: IslandString
IslandString ToString()
func ToString() -> IslandString
IslandString ToString()
Function ToString() As IslandString