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.