 | | WideStudio/MWT Class Reference
| |
Class name
WSCsheet
Properties
Properties of the class: WSCsheet are as follows.
Type | Property Name | Supplement | Default |
long | WSNuserValue | User value | 0 |
long | WSNrows | Row Counter | 51 |
long | WSNcols | Column Counter | 11 |
long | WSNfixedRows | Fixed Row Counter | 1 |
long | WSNfixedCols | Fixed Column Counter | 1 |
short | WSNgridLines | Grid Line Type | 3 |
long | WSNcellDefWidth | Cell Default Width | 80 |
long | WSNcellDefHeight | Cell Default Height | 20 |
long | WSNfixedColHeight | Fixed Cell Height | 20 |
short | WSNcellDefFont | Cell Default Font No. | 0 |
short | WSNfixedCellFont | Fixed Cell Default Font No. | 0 |
WSCbool | WSNeditEnabled | Edit Enabled | 0 |
WSCbool | WSNhautoNumber | Fixed Cell Horizontal number drawing | 1 |
WSCbool | WSNvautoNumber | Fixed Cell Vertical number drawing | 1 |
short | WSNsheetBackColor | Sheet Back Color | DEF1 |
short | WSNcellDefBackColor | Cell Default Back Color | DEF11 |
short | WSNcellDefTextColor | Cell Default Text Color | DEF2 |
short | WSNfixedBackColor | Fixed Cell Back Color | DEF1 |
short | WSNfixedTextColor | Fixed Cell Text Color | DEF2 |
short | WSNgridColor | Grid Color | DEF12 |
char* | WSNdataSourceName | DataSourceName | |
char* | WSNdbTableName | DB TableName | |
char* | WSNdbItem | Database Select Item | |
char* | WSNsortItem1 | Database Sort Item1 | |
unsigned char | WSNsort1 | Database Sort1 | 0 |
char* | WSNsortItem2 | Database Sort Item2 | |
unsigned char | WSNsort2 | Database Sort2 | 0 |
char* | WSNsortItem2 | Database Sort Item3 | |
unsigned char | WSNsort3 | Database Sort3 | 0 |
char* | WSNsql | Database Select SQL | |
WSCbool | WSNdbCellAutoResize | Database Connect Cell Auto Resize | 1 |
WSCbool | WSNdbCellTitle | Database Connect Cell Title Display | 1 |
WSCbool | WSNrefreshing | Refreshing | 1 |
char* | WSNuserString | User string | |
unsigned short | WSNwidth | Width | 100 |
unsigned short | WSNheight | Height | 30 |
unsigned char | WSNshadowThickness | Shadow thickness | 2 |
short | WSNforeColor | Foreground | DEF2 |
short | WSNbackColor | Background | DEF1 |
short | WSNtopShadowColor | Top shadow color | DEF3 |
short | WSNbottomShadowColor | Bottom shadow color | DEF4 |
short | WSNbackPixmap | Back pixmap | |
char | WSNshadowType | Shadow type | 0 |
| Etched in | WS_SHADOW_EIN ( 3 ) | |
| Etched out | WS_SHADOW_EOUT ( 2 ) | |
| Border | WS_SHADOW_BORDER ( 4 ) | |
| None | WS_SHADOW_TRANS ( -1 ) | |
WSCbool | WSNvis | Visibility | 0 |
WSCbool | WSNdet | Sensitivity | 1 |
unsigned char | WSNpixmapStyle | Pixmap style | 1 |
| Window | WS_DIRECT_WINDOW ( 0 ) | |
| Dynamic pixmap | WS_DYNAMIC_PIXMAP ( 1 ) | |
unsigned short | WSNmouse | Mouse No. | 0 |
unsigned char | WSNgradation | Gradation type | 0 |
| LT to RB | WS_GR_LT_RB ( 1 ) | |
| RT to LB | WS_GR_RT_LB ( 2 ) | |
| LB to RT | WS_GR_LB_RT ( 3 ) | |
| RB to LT | WS_GR_RB_LT ( 4 ) | |
unsigned char | WSNgradationMargin | GradationMargin | 0 |
unsigned short | WSNanchorTop | AnchorTop | 0 |
unsigned short | WSNanchorBottom | AnchorBottom | 0 |
unsigned short | WSNanchorLeft | AnchorLeft | 0 |
unsigned short | WSNanchorRight | AnchorRight | 0 |
WSCbool | WSNanchorTopFlag | AnchorTopFlag | 0 |
WSCbool | WSNanchorBottomFlag | AnchorBottomFlag | 0 |
WSCbool | WSNanchorLeftFlag | AnchorLeftFlag | 0 |
WSCbool | WSNanchorRightFlag | AnchorRightFlag | 0 |
WSCbool | WSNexport | Export | 0 |
WSCbool | WSNkeepPixmapCache | Keep Pixmap Cache | 1 |
Specification of properties
- WSNuserValue
- Function
- Spesifies the User value.
- Notice
-
- WSNrows
- Function
- Spesifies the Row Counter.
- Notice
-
- WSNcols
- Function
- Spesifies the Column Counter.
- Notice
-
- WSNfixedRows
- Function
- Spesifies the Fixed Row Counter.
- Notice
-
- WSNfixedCols
- Function
- Spesifies the Fixed Column Counter.
- Notice
-
- WSNgridLines
- Function
- Spesifies the Grid Line Type.
- Notice
-
- WSNcellDefWidth
- Function
- Spesifies the Cell Default Width.
- Notice
-
- WSNcellDefHeight
- Function
- Spesifies the Cell Default Height.
- Notice
-
- WSNfixedColHeight
- Function
- Spesifies the Fixed Cell Height.
- Notice
-
- WSNcellDefFont
- Function
- Spesifies the Cell Default Font No..
- Notice
-
- WSNfixedCellFont
- Function
- Spesifies the Fixed Cell Default Font No..
- Notice
-
- WSNeditEnabled
- Function
- Spesifies the Edit Enabled.
- Notice
-
- WSNhautoNumber
- Function
- Spesifies the Fixed Cell Horizontal number drawing.
- Notice
-
- WSNvautoNumber
- Function
- Spesifies the Fixed Cell Vertical number drawing.
- Notice
-
- WSNsheetBackColor
- Function
- Spesifies the Sheet Back Color.
- Notice
-
- WSNcellDefBackColor
- Function
- Spesifies the Cell Default Back Color.
- Notice
-
- WSNcellDefTextColor
- Function
- Spesifies the Cell Default Text Color.
- Notice
-
- WSNfixedBackColor
- Function
- Spesifies the Fixed Cell Back Color.
- Notice
-
- WSNfixedTextColor
- Function
- Spesifies the Fixed Cell Text Color.
- Notice
-
- WSNgridColor
- Function
- Spesifies the Grid Color.
- Notice
-
- WSNdataSourceName
- Function
- Spesifies the DataSourceName.
- Notice
-
- WSNdbTableName
- Function
- Spesifies the DB TableName.
- Notice
-
- WSNdbItem
- Function
- Spesifies the Database Select Item.
- Notice
-
- WSNsortItem1
- Function
- Spesifies the Database Sort Item1.
- Notice
-
- WSNsort1
- Function
- Spesifies the Database Sort1.
- Notice
-
- WSNsortItem2
- Function
- Spesifies the Database Sort Item2.
- Notice
-
- WSNsort2
- Function
- Spesifies the Database Sort2.
- Notice
-
- WSNsortItem2
- Function
- Spesifies the Database Sort Item2.
- Notice
-
- WSNsort3
- Function
- Spesifies the Database Sort3.
- Notice
-
- WSNfilter
- Function
- Spesifies the Filter.
- Notice
-
- WSNsql
- Function
- Spesifies the Database Select SQL.
- Notice
-
- WSNdbCellAutoResize
- Function
- Spesifies the Database Connect Cell Auto Resize.
- Notice
-
- WSNdbCellTitle
- Function
- Spesifies the Database Connect Cell Title Display.
- Notice
-
- WSNrefreshing
- Function
- Spesifies the Refreshing.
- Notice
-
- WSNname
- Function
- Spesifies the Name.
- Notice
-
- WSNuserString
- Function
- Spesifies the User string.
- Notice
-
- WSNx
- Function
- Spesifies the X.
- Notice
-
- WSNy
- Function
- Spesifies the Y.
- Notice
-
- WSNwidth
- Function
- Spesifies the Width.
- Notice
-
- WSNheight
- Function
- Spesifies the Height.
- Notice
-
- WSNshadowThickness
- Function
- Spesifies the Shadow thickness.
- Notice
-
- WSNforeColor
- Function
- Spesifies the Foreground.
- Notice
-
- WSNbackColor
- Function
- Spesifies the Background.
- Notice
-
- WSNtopShadowColor
- Function
- Spesifies the Top shadow color.
- Notice
-
- WSNbottomShadowColor
- Function
- Spesifies the Bottom shadow color.
- Notice
-
- WSNbackPixmap
- Function
- Spesifies the Back pixmap.
- Notice
-
- WSNshadowType
- Function
- Spesifies the Shadow type.
- Notice
-
- WSNvis
- Function
- Spesifies the Visibility.
- Notice
-
- WSNdet
- Function
- Spesifies the Sensitivity.
- Notice
-
- WSNpixmapStyle
- Function
- Spesifies the Pixmap style.
- Notice
-
- WSNmouse
- Function
- Spesifies the mouse no.. When 1 is specifed, the mouse cursor disappears.
- Notice
-
- WSNgradation
- Function
- Spesifies the Gradation type.
- Notice
-
- WSNgradationMargin
- Function
- Spesifies the GradationMargin.
- Notice
-
- WSNanchorTop
- Function
- Spesifies the AnchorTop.
- Notice
-
- WSNanchorBottom
- Function
- Spesifies the AnchorBottom.
- Notice
-
- WSNanchorLeft
- Function
- Spesifies the AnchorLeft.
- Notice
-
- WSNanchorRight
- Function
- Spesifies the AnchorRight.
- Notice
-
- WSNanchorTopFlag
- Function
- Spesifies the AnchorTopFlag.
- Notice
-
- WSNanchorBottomFlag
- Function
- Spesifies the AnchorBottomFlag.
- Notice
-
- WSNanchorLeftFlag
- Function
- Spesifies the AnchorLeftFlag.
- Notice
-
- WSNanchorRightFlag
- Function
- Spesifies the AnchorRightFlag.
- Notice
-
- WSNexport
- Function
- Spesifies the Export.
- Notice
-
- WSNkeepPixmapCache
- Function
- Spesifies the Keep Pixmap Cache.
- Notice
-
Document Release 3.90 For Use with WideStudio/MWT Release 3.90, Summer 2005 Wide Stuido Home | Up to Copyright(C) WideStudio/MWT Development Team, 1999-2005 | | Last modified: June 25, 2005 | |