Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

ReleaseValue – PB Docs 2019 – PowerBuilder Library

ReleaseValue – PB Docs 2019

ReleaseValue

Description

Frees the IPB_Value acquired using AcquireValue or
AcquireArrayItemValue.

Syntax

Argument

Description

value

The string to be released from
memory

Return value

None.

Examples

The AcquireValue method is used to obtain a message argument
value. Later, when the value is no longer needed, it is released using
ReleaseValue to avoid memory leaks:

Usage

When you no longer need the data acquired using the AcquireValue
or AcquireArrayItemValue method, you must call the ReleaseValue method
to free the data. Failing to do so causes a memory leak.

Warning

Do not use ReleaseValue to release a value that was not acquired
using AcquireValue or AcquireArrayItemValue. If you do, the
PowerBuilder VM might crash.

See also

AcquireArrayItemValue

AcquireValue


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x