4D v15QR Get text property and QR SET TEXT PROPERTY |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v15
QR Get text property and QR SET TEXT PROPERTY
|
QR Get text property (area ; colNum ; rowNum ; property ) -> Function result
|
||||||||||||||||||||||||||
QR SET TEXT PROPERTY ( area ; colNum ; rowNum ; property ; value )
|
||||||||||||||||||||||||||
Originally introduced in 4D v14 R3
These commands have been modified to support font names to define text properties instead of font numbers, which are deprecated in the 4D v14 range (and higher). This modification is part of the overall 4D strategy of removing QuickDraw calls from the program.
The property parameter has been changed:
This method defines the font attributes of the first column’s title:
// The following call assigns the Times font:
QR SET TEXT PROPERTY(qr_area;1;-1;qr font name;"Times")
Product: 4D
Theme: Language
4D v15 - Upgrade (standard edition) ( 4D v15)