This command add a new member of the structure and only have sense inside BEGIN STRUCTURE .. END STRUCTURE commands.
Syntax:
MEMBER DWORD <memberName>
Description:
At binary level stores a LONG (4 Bytes) value in network byte order from/to Xbase++ NUMERIC value in host byte order. To preserve the internal storage as 32 bit integers values >= 0x80000000 will be represented always as negative at Xbase++ level you can use the function Long2Double() .
<memberName>
Name of the structure member.