Tech Tip: Storing Custom Properties in 4D Write Pro Objects
PRODUCT: 4D Write Pro | VERSION: 20 | PLATFORM: Mac & Win
Published On: April 14, 2025
In 4D Write Pro, you can store content in an object. It is possible to add custom properties to this object, and store them within the object itself. However, they will only be preserved if the document is stored in a record or exported in 4D Write Pro format
NB: The custom properties you add should have names that are different from existing 4D Write Pro properties.
Example:
WriteProDoc.customData:=New object("DOB"; 1971) |
Here's the result:
