method Thumbnail.FormatABC (Expression as String, [A as Variant], [B as Variant], [C as Variant], [File as Variant])
Formats the A,B,C values based on the giving expression and returns the result.

TypeDescription
Expression as String A String that defines the expression to be evaluated.
A as Variant A VARIANT expression that indicates the value of the A keyword.
B as Variant A VARIANT expression that indicates the value of the B keyword.
C as Variant A VARIANT expression that indicates the value of the C keyword.
File as Variant A string expression that indicates a file to be queried for properties like fname, fext and so on.
ReturnDescription
VariantA VARIANT expression that indicates the result of the evaluation the Thumbnail.
The FormatABC method formats the A,B,C values based on the giving expression and returns the result.

For instance:

The FormatABC method supports the following keywords, constants, operators and functions:

If the File parameter is not empty, and refer a valid file, the FormatABC method support the following keywords:

This property/method supports predefined constants and operators/functions as described here.