ReleaseArrayInfo

PowerBuilder Native Interface

IPB_Session interface:

ReleaseArrayInfo method

Description

Syntax

ReleaseArrayInfo(PBArrayInfo* pbarrayinfo)

Return Values

Examples

PBArrayInfo* ai; 
...
session->ReleaseArrayInfo(ai);

Usage

See Also