This command add a new member of the structure and only have sense inside BEGIN STRUCTURE .. END STRUCTURE commands.
Syntax:
MEMBER PXBASEVAR <memberName>
<memberName>
Name of the structure member.
Description:
Store and retrieve a Xbase++ value into a Xbase+ container (4 bytes). Assigning NIL will release the allocated Container.
Remarks:
Buffer will not be released automatically. You will assign NIL explicitly after use this kind of members or you app will consume memory.