The FormatToOrdResolver is used to enter a configurable BFormat text string which is then converted to a standard BOrd value.
The FormatToOrdResolver component is located in the vykonPro palette under the util sub folder.
Format - BFormat property that is resolved to generate the BOrd stored in the Ord property.
Allow Escape - Boolean property when set to true allows using an esacpe() call in the Format property syntax. For example, %parent.name.escape()% might be used when a component name contains special characters which need to be escaped for a BQL query ord.
Ord - The resolved BFormat string.