ReferenceType<T>
Overview
Java has no varout params. ReferenceType is a generic class that provides to hold any type of data.
Location
- Reference: com.remobjects.sdk.jar
- Package: com.remobjects.sdk
- Ancestry: Object | ReferenceType<T>
Properties
Value
property Value: T read write;
T Value { __get; __set; }
Instance Methods
constructor
Creates ReferenceType.
constructor
ReferenceType<T>()
constructor (T)
Creates ReferenceType with given value.
constructor(aValue: T)
ReferenceType<T>(T aValue)
Parameters:
- aValue: Given value.