User Tools

Site Tools


area_area_properties

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
area_area_properties [2017/03/01 10:12] cs_adminarea_area_properties [2017/03/01 12:39] cs_admin
Line 1: Line 1:
-^property constant ^can read ^can write ^persi\\ stent ^type ^default^min ^max ^usage ^comments+^property constant ^can read ^can write ^persi\\ stent ^type ^default^min ^max ^usage ^
 |__CS_Area_Kind__|  √  | |  √  |text| | | |Object kind = "CS"| |__CS_Area_Kind__|  √  | |  √  |text| | | |Object kind = "CS"|
 |__CS_Area_XML__|  √  |  √  | |text| | | |Full description of the area in XML| |__CS_Area_XML__|  √  |  √  | |text| | | |Full description of the area in XML|
-|__CS_Area_Name__|  √  |  √  |  √  |text| | | |Name of the area|if empty, variable name from design+|__CS_Area_Name__|  √  |  √  |  √  |text| | | |Name of the area\\ If empty, variable name from design|
 |__CS_Area_UserBLOB__|  √  |  √  |  √  |BLOB| | | |BLOB for free use by developer| |__CS_Area_UserBLOB__|  √  |  √  |  √  |BLOB| | | |BLOB for free use by developer|
 |__CS_Area_IsArea__|  √  | | |bool| | | |Is this an CS area?| |__CS_Area_IsArea__|  √  | | |bool| | | |Is this an CS area?|
 |__CS_Area_Visible__|  √  |  √  | |bool| | | |Area is visible\\ Set to false before showing another dialog over CS to hide scrollbars...| |__CS_Area_Visible__|  √  |  √  | |bool| | | |Area is visible\\ Set to false before showing another dialog over CS to hide scrollbars...|
 |__CS_Area_Selected__|  √  | | |bool| | | |Is selected (has focus in 4D)| |__CS_Area_Selected__|  √  | | |bool| | | |Is selected (has focus in 4D)|
-|__CS_Area_ScrollLeft__|  √  |  √  | |real| | | |Horizontal scroll position|in points +|__CS_Area_ScrollLeft__|  √  |  √  | |real| | | |Horizontal scroll position\\ In points| 
-|__CS_Area_ScrollTop__|  √  |  √  | |real| | | |Vertical scroll position|in points +|__CS_Area_ScrollTop__|  √  |  √  | |real| | | |Vertical scroll position\\ In points| 
-|__CS_Area_Compatibility__|  √  | |  √  |int|Depends on initialization|0|3|0 = only new API used\\ 1 = old CS (arrays) API used\\ 2 = Agenda (fields) API used\\ 3 = both old CS & Agenda API used|CS 4/Agenda compatibility mode+|__CS_Area_Compatibility__|  √  | |  √  |int|Depends on initialization|0|3|0 = only new API used\\ 1 = old CS (arrays) API used\\ 2 = Agenda (fields) API used\\ 3 = both old CS & Agenda API used\\ CS 4/Agenda compatibility mode|
 |__CS_Area_Self__|  √  | | |pointer| | | |Pointer to the area object|C_POINTER($ptr)\\ $err:=//**CS_GetAreaPtrProperty**// ($area;__CS_Area_Self__;->$ptr) |__CS_Area_Self__|  √  | | |pointer| | | |Pointer to the area object|C_POINTER($ptr)\\ $err:=//**CS_GetAreaPtrProperty**// ($area;__CS_Area_Self__;->$ptr)
 |__CS_Area_ViewMode__|  √  |  √  |  √  |int|0|0|5|0 = old month\\ 1 = day\\ 2 = day range\\ 3 = work week\\ 4 = week\\ 5 = month| |__CS_Area_ViewMode__|  √  |  √  |  √  |int|0|0|5|0 = old month\\ 1 = day\\ 2 = day range\\ 3 = work week\\ 4 = week\\ 5 = month|
Line 22: Line 22:
 |__CS_Area_DisplayMonth__|  √  |  √  |  √  |bool|1|0|1|Display month name on month change| |__CS_Area_DisplayMonth__|  √  |  √  |  √  |bool|1|0|1|Display month name on month change|
 |__CS_Area_DisplayWeek__|  √  |  √  |  √  |bool|0|0|1|Display week number in first column| |__CS_Area_DisplayWeek__|  √  |  √  |  √  |bool|0|0|1|Display week number in first column|
-|__CS_Area_DisplayBanners__|  √  |  √  |  √  |bool|1|0|1|Display banners (all-day events)\\ Default is 0 for Agenda API+|__CS_Area_DisplayBanners__|  √  |  √  |  √  |bool|1|0|1|Display banners (all-day events)\\ Default is 0 for Agenda API|
 |__CS_Area_DisplayEventTimes__|  √  |  √  |  √  |bool|1|0|1|Display event times in month view| |__CS_Area_DisplayEventTimes__|  √  |  √  |  √  |bool|1|0|1|Display event times in month view|
 |__CS_Area_AllowBannerSelect__|  √  |  √  |  √  |bool|1|0|1|Allow banners selection| |__CS_Area_AllowBannerSelect__|  √  |  √  |  √  |bool|1|0|1|Allow banners selection|
area_area_properties.txt · Last modified: 2022/03/03 18:30 by cs_admin