4D v16.3

FORM GET PARAMETER

Home

 
4D v16.3
FORM GET PARAMETER

FORM GET PARAMETER 


 

FORM GET PARAMETER ( {aTable ;} form ; selector ; value ) 
Parameter Type   Description
aTable  Table in Form table or Default table if this parameter is omitted
form  String in Form name
selector  Longint in Code of the parameter
value  Longint in Current value of the parameter

The  FORM GET PARAMETER command can be used to get the current value of a parameter of the form indicated by aTable and form.

selector indicates the parameter of the form whose value you want to find out. You can use the following constant, found in the “Form Parameters” theme:

Constant Type Value
NonInverted objects Longint 0

When you use the NonInverted Objects constant as selector, the command returns, in value, the actual display mode of the form in Application mode under Windows. This parameter is used when applications are displayed using "right-to-left" languages. For more information about the support of right-to-left languages, please refer to the Design Reference manual of 4D.

  • If value returns 0, the form objects are inverted,
  • If value returns 1, the form objects are not inverted.

If the command is not called within the context of the Application mode under Windows, it always returns 1.

Keep in mind that the actual inversion of form objects will depend on a combination of several parameters: the values of the “Inversion of objects in Application mode” preference, the value of the “Do not invert objects” form option and the system on which the database is running. The following table specifies the value returned by the  FORM GET PARAMETER command depending on the various combinations of these parameters:

Preferences:Form property:Right-to-leftValue returned by
“Inversion of objects“Do not invertDisplay under FORM GET PARAMETER
in Application mode” (1)objects”Windows
NoXX1
X1
X1
1
AutomaticXX1
X0
X1
1
YesXX1
X0
X1
0

(1) This preference can also be set or read using the SET DATABASE PARAMETER and Get database parameter commands.



See also 

FORM GET PROPERTIES
Get database parameter
SET DATABASE PARAMETER

 
PROPERTIES 

Product: 4D
Theme: Forms
Number: 969

 
HISTORY 

Created: 4D 2004.4
Renamed: 4D v12

 
TAGS 

Langues droite gauche

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)