Overview of the Format object

Build 1501 on 14/Nov/2017  This topic last edited on: 30/Jul/2012, at 16:00

Format object represents format  data., e.g. id, name, type id, category id, default values etc.

Object can be created with:

Dim objFormat = Ted.GetFormat

or

Dim objFormat = Fred.GetFormat

Such object is empty - you need to supply the format id, and then you can read the format properties.

See the detailed example.