This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20.6
FORM GET PROPERTIES
|
FORM GET PROPERTIES ( {aTable ;} formName ; width ; height {; numPages {; fixedWidth {; fixedHeight {; title}}}} ) | ||||||||
Parameter | Type | Description | ||||||
aTable | Table |
![]() |
Table of the form or Default table, if omitted | |||||
formName | String |
![]() |
Name of the form | |||||
width | Longint |
![]() |
Width of the form (in pixels) | |||||
height | Longint |
![]() |
Height of the form (in pixels) | |||||
numPages | Longint |
![]() |
Number of pages in the form | |||||
fixedWidth | Boolean |
![]() |
True = Fixed width, False = Variable width | |||||
fixedHeight | Boolean |
![]() |
True = Fixed height, False = Variable height | |||||
title | Text |
![]() |
Title of the form’s window | |||||
The FORM GET PROPERTIES command returns the properties of the form formName.
The width and height parameters return the form’s width and height in pixels. These values are determined from the form’s Default window size properties:
The numPages parameter returns the number of pages in the form, excluding page 0 (zero).
The fixedWidth and fixedHeight parameters indicate if the length and width of the form are resizable (the parameter returns False) or set (the parameter returns True).
The title parameter returns the title of the form's window as it was defined in the Property List of the Form editor. If no name was defined, the title parameter returns an empty string.
Product: 4D
Theme: Forms
Number:
674
Created: 4D v6.5
Renamed: 4D v12 (GET FORM PROPERTIES)
4D Language Reference ( 4D v20)
4D Language Reference ( 4D v20.1)
4D Language Reference ( 4D v20.2)
4D Language Reference ( 4D v20.3)
4D Language Reference ( 4D v20.4)
4D Language Reference ( 4D v20.5)
4D Language Reference ( 4D v20.6)