There are four steps to using dynamic structures:
• Declare a Dynstruct variable to contain the structure
• Define the Dynstruct layout
• Bind the Dynstruct to a Variable
• Reference the Dynstruct structure and members as you would traditional structures / members.
Subtopics
Declare a Dynstruct Variable
Define the Dynstruct Layout
Bind the Dynstruct to a Variable
Reference / Usage