Try OpenEdge Now
skip to main content
BPM Events User's Guide
Persistent structures : Infopads : Creating infopads : Initial values of infopad cells
 
Initial values of infopad cells
After creating an infopad, its cells are automatically allocated and their slots automatically initialized to the value 0 for numeric slot types (int, float), as well as empty string (" ") for string slot types. We recommend, however, you initialize its values (slots of its cells) using an explicit initialization function setAll(), or some loop statement, inside the initialize{} section.