4D Chart v13

CT SET AREA PROPERTY

Home

 
4D Chart v13
CT SET AREA PROPERTY

CT SET AREA PROPERTY 


 

CT SET AREA PROPERTY ( area ; property ; value ) 
Parameter Type   Description
area  Longint in 4D Chart area
property  Integer in Property number
value  Integer in Property value

The CT SET AREA PROPERTY command is used to modify the value of a property in the 4D Chart area for the current session.

If you pass -1 in area, the CT SET AREA PROPERTY command will apply to all of the 4D Chart areas loaded subsequently during the session. In this case, it is advisable to use this command in the On Startup Database Method.

The following properties can be modified:

propertyvalueMeaning
0 = Saving of templates in Client/Server mode0On client
1On server
1= Loading of templates in Client/Server mode0On client
1On server

By default, the templates are saved and read on the server machine.

 
PROPERTIES 

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

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 2003

 
SEE ALSO 

CT GET AREA PROPERTY