OBJECT Get font size
OBJECT Get font size ( {* ;} object ) : Integer
Parameter | Type | Description | |
---|---|---|---|
* | Operator | → | If specified, object is an object name (string) If omitted, object is a variable or a field |
object | any | → | Object name (if * is specified) or Variable or field (if * is omitted) |
Function result | Integer | ← | Size of font in points |
Description
The OBJECT Get font size command returns the size (in points) 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
Properties
Command number | 1070 |
Thread safe | ✗ |