Skip to main content
Version: Next

OBJECT Get font

OBJECT Get font ( * ; object : Text ) : Text
OBJECT Get font ( object : Variable, Field ) : Text

ParameterTypeDescription
*OperatorIf specified, object is an object name (string)
If omitted, object is a variable or a field
objectText, Variable, FieldObject name (if * is specified) or
Variable or field (if * is omitted)
Function resultTextName of font
History
ReleaseChanges
12Created

Description

The OBJECT Get font command returns the name of the character font used by the form object(s) designated by object.

If you pass the optional * parameter, you indicate that the object parameter is an object name (string). If you do not pass this parameter, you indicate that the object parameter is a field or a variable. In this case, you pass a field or variable reference (object field or variable only) instead of a string.

See also

OBJECT SET FONT

Properties

Command number1069
Thread safeno