DelphiExtended80
Overview
Location
- Reference: Island.DelphiSupport.fx
- Namespace: RemObjects.Elements.System
- Ancestry: ValueType | DelphiExtended80
Properties
Bytes
property Bytes[aIndex: Int32]: Byte read;
Byte Bytes[Int32 aIndex] { get; }
subscript Bytes(_ aIndex: Int32) -> Byte { get{} }
Byte Bytes[Int32 aIndex] { __get; }
ReadOnly Property Bytes(aIndex As Int32) As Byte
Words
property Words[aIndex: Int32]: UInt16 read;
UInt16 Words[Int32 aIndex] { get; }
subscript Words(_ aIndex: Int32) -> UInt16 { get{} }
UInt16 Words[Int32 aIndex] { __get; }
ReadOnly Property Words(aIndex As Int32) As UInt16
Instance Methods
constructor
constructor
DelphiExtended80()
init()
DelphiExtended80()
Sub New()