TDelphiObject
Overview
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
Instance Methods
constructor .NET, Cooper, Island
constructor
TDelphiObject()
init()
TDelphiObject()
Sub New()
constructor init() virtual Toffee
init(init )
Parameters:
- :
AfterConstruction virtual .NET, Cooper, Island
method AfterConstruction
void AfterConstruction()
func AfterConstruction()
void AfterConstruction()
Sub AfterConstruction()
AfterConstruction AfterConstruction() virtual Toffee
func AfterConstruction(AfterConstruction )
Parameters:
- :
BeforeDestruction virtual .NET, Cooper, Island
method BeforeDestruction
void BeforeDestruction()
func BeforeDestruction()
void BeforeDestruction()
Sub BeforeDestruction()
BeforeDestruction BeforeDestruction() virtual Toffee
func BeforeDestruction(BeforeDestruction )
Parameters:
- :
close final Cooper
method close
void close()
func close()
void close()
Sub close()
Destroy virtual .NET, Cooper, Island
method Destroy
void Destroy()
func Destroy()
void Destroy()
Sub Destroy()
Destroy Destroy() virtual Toffee
func Destroy(Destroy )
Parameters:
- :
Dispose Island
method Dispose
void Dispose()
func Dispose()
Sub Dispose()
Finalize protected .NET
method Finalize
void Finalize()
func Finalize()
void Finalize()
Sub Finalize()
Free .NET, Cooper, Island
method Free
void Free()
func Free()
void Free()
Sub Free()
Free Free() virtual Toffee
func Free(Free )
Parameters:
- :
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