BlogGitHub
Reference/ORK/CORE/ORK/IF_WEAK_REF
Interface/ORK/IF_WEAK_REF
Weak Reference
Package
/ORK/CORE
Members
1
Description

A weak reference holds a reference to an object without preventing the object from being garbage collected.

1 item
Methods
get
MethodPublic

Retrieves the referenced object.

Parameters

NameDescriptionresultReferenced object instance. Initial if the object no longer exists.

Signature

METHODS get RETURNING VALUE(result) TYPE REF TO object.
Repository11 packages · 113 objects
124 items