TDelphiObject
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
Instance Methods
constructor virtual
constructor
TDelphiObject()
init()
TDelphiObject()
Sub New()
AfterConstruction virtual
method AfterConstruction
void AfterConstruction()
func AfterConstruction()
void AfterConstruction()
Sub AfterConstruction()
BeforeDestruction virtual
method BeforeDestruction
void BeforeDestruction()
func BeforeDestruction()
void BeforeDestruction()
Sub BeforeDestruction()
close final Cooper
method close
void close()
func close()
void close()
Sub close()
Destroy virtual
method Destroy
void Destroy()
func Destroy()
void Destroy()
Sub Destroy()
Dispose Island
method Dispose
void Dispose()
func Dispose()
Sub Dispose()
Finalize protected .NET
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
Free virtual
method Free
void Free()
func Free()
void Free()
Sub Free()
GetMetaClass virtual .NET, Cooper, Island
method GetMetaClass: class of TDelphiObject
class of TDelphiObject GetMetaClass()
func GetMetaClass() -> class of TDelphiObject
class of TDelphiObject GetMetaClass()
Function GetMetaClass() As class of TDelphiObject