4D v14.3

OBJECT Get keyboard layout

Home

 
4D v14.3
OBJECT Get keyboard layout

OBJECT Get keyboard layout 


 

OBJECT Get keyboard layout ( {* ;} object ) -> Function result 
Parameter Type   Description
Operator in If specified, object is an object name (string)
If omitted, object is a variable or field
object  Form object in Object Name (if * is specified) or
Variable or field (if * is omitted)
Function result  String in Language code of layout, "" = no layout

The OBJECT Get keyboard layout command returns the current keyboard layout associated with the object(s) designated by the object and * parameters for the current process.

If you pass the optional * parameter, this indicates that the object parameter is an object name (a string). If you do not pass this parameter, this indicates that the object is a variable or a field. In this case, you pass a reference instead of a name.

The command returns a string indicating the language code used, based on RFC3066, ISO639 and ISO3166. For more information, refer to the description of the SET DATABASE LOCALIZATION command.

 
PROPERTIES 

Product: 4D
Theme: Objects (Forms)
Number: 1180

 
HISTORY 

Created: 4D v13

 
SEE ALSO 

OBJECT SET KEYBOARD LAYOUT

 
ARTICLE USAGE

4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)

Inherited from : OBJECT Get keyboard layout ( 4D v13.5)