TInternalFileHandles
Overview
Location
- Reference: delphi.jar
- Namespace: RemObjects.Elements.RTL.Delphi
- Platforms: Cooper
Class Methods
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()