LOCAL |
Local is used to declare local variables, to define the class used to create default variables (Default Local), to open tables, masks or windows locally.
(1) Local name_type list_var_dim
(2) Default Local
(3) Local File list_folders
(4) Local Mask list_masks
(5) Local
< Errbox | Infbox | Inpbox | Dlgbox |
Mesbox | Qstbox | Selbox | Wrnbox > list_boxes
Syntax 1: refer to Char, Date, Decimal, Integer, Libelle or Shortint.
Syntax 2: refer to Default.
Syntax 3: refer to File.
Syntax 4: refer to Mask.
Syntax 5: refer to Infbox, etc.
Char - Date - Decimal - Integer - Libelle - Shortint - Default - File - Mask - Errbox - Infbox - Inpbox - Dlgbox - Mesbox - Qstbox - Selbox - Wrnbox
|
|