4D Chart v13

CT EXPERT MODE

Home

 
4D Chart v13
CT EXPERT MODE

CT EXPERT MODE 


 

CT EXPERT MODE ( area ; mode ) 
Parameter Type   Description
area  Longint in 4D Chart
mode  Integer in Turn expert mode on? -1 = Returns current value 0 = Off 1 = On

The CT EXPERT MODE command turns expert mode on or off. When 4D Chart is in expert mode, certain items on 4D Chart menus may be disabled; expert mode is configured with the CT EXPERT COMMAND command.

  • If mode equals 1, expert mode is invoked. When expert mode is invoked, the menu items previously specified with CT EXPERT COMMAND are disabled.
  • If mode is equal to 0, expert mode is off.
  • If mode is a variable equal to -1, CT EXPERT MODE returns the mode back into mode (0 = Off; 1 = On).

Example  

This example disables the Go to Full Window menu command in the File menu.

 CT EXPERT COMMAND(Area;1012;1)
 CT EXPERT MODE(Area;1)

 
PROPERTIES 

Product: 4D Chart
Theme: CT Area Control
Number: 14520

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT EXPERT COMMAND