4D v16.3QR Get document property |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.3
QR Get document property
|
QR Get document property ( area ; property ) -> Function result | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
Reference of the area | |||||
property | Longint |
![]() |
1 = Print Dialog, 2 = Document unit | |||||
Function result | Longint |
![]() |
Value for the property | |||||
The QR Get document property command retrieves the display status for the print dialog box or the unit used for the document that are present in area.
In property, you can use the following constants, located in the QR Document Properties constant theme:
Constant | Type | Value | Comment |
qr printing dialog | Longint | 1 | Display of the print dialog box:
|
qr unit | Longint | 2 | Document unit:
|
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid property value, the error -9852 will be generated.
Product: 4D
Theme: Quick Report
Number:
773
Created: 4D 2003
4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)