TInternalFileHandles

Overview

Location

Class Methods


constructor <clinit>  External

 

class method constructor <clinit>(+)

 

static void constructor <clinit>(+ )

 

static func constructor <clinit>(_ +)

 

static void constructor <clinit>(+ )

 

Shared Sub constructor <clinit>( As +)

Parameters:

  • :

Allocate

 

class method Allocate(aValue: Object): Int64

 

static Int64 Allocate(Object aValue)

 

static func Allocate(_ aValue: Object) -> Int64

 

static Int64 Allocate(Object aValue)

 

Shared Function Allocate(aValue As Object) As Int64

Parameters:

  • aValue:

Free

 

class method Free(aValue: Int64)

 

static void Free(Int64 aValue)

 

static func Free(_ aValue: Int64)

 

static void Free(Int64 aValue)

 

Shared Sub Free(aValue As Int64)

Parameters:

  • aValue:

Get

 

class method Get(aValue: Int64): Object

 

static Object Get(Int64 aValue)

 

static func Get(_ aValue: Int64) -> Object

 

static Object Get(Int64 aValue)

 

Shared Function Get(aValue As Int64) As Object

Parameters:

  • aValue:

Instance Methods


constructor  protected

 

constructor

 

TInternalFileHandles()

 

init()

 

TInternalFileHandles()

 

Sub New()