DelphiWrappedIslandObject
Overview
Location
- Reference: Island.DelphiSupport.fx
- Namespace: RemObjects.Elements.System
- Ancestry: TObject | DelphiWrappedIslandObject
Properties
Value
property Value: IslandObject read;
IslandObject Value { get; }
var Value: IslandObject { get{} }
IslandObject Value { __get; }
ReadOnly Property Value() As IslandObject
Class Methods
FromValue
class method FromValue(aValue: IslandObject): DelphiObject
static DelphiObject FromValue(IslandObject aValue)
static func FromValue(_ aValue: IslandObject) -> DelphiObject
static DelphiObject FromValue(IslandObject aValue)
Shared Function FromValue(aValue As IslandObject) As DelphiObject
Parameters:
- aValue:
Instance Methods
constructor
constructor(aValue: IslandObject)
DelphiWrappedIslandObject(IslandObject aValue)
init(_ aValue: IslandObject)
DelphiWrappedIslandObject(IslandObject aValue)
Sub New(aValue As IslandObject)
Parameters:
- aValue: