RemObjects.Elements.RTL.Guid Extension
Location
-
Reference:
- Delphi.dll .NET
- delphi.jar Cooper
- Delphi.fx Island
- libDelphi.fx Toffee
- Namespace: RemObjects.Elements.RTL.Delphi
- Extends: Guid
Properties
Empty
class property Empty: Guid read;
class Guid Empty { get; }
static var Empty: Guid { get{} }
class Guid Empty { __get; }
Shared ReadOnly Property Empty() As Guid
Instance Methods
GetInterface .NET
method GetInterface(IID: Guid; out Obj: Object): Boolean
Boolean GetInterface(Guid IID, out Object Obj)
func GetInterface(_ IID: Guid, _ Obj: inout Object) -> Boolean
Boolean GetInterface(Guid IID, __out Object Obj)
Function GetInterface(IID As Guid, <OutAttribute> ByRef Obj As Object) As Boolean
Parameters:
- IID:
- Obj: