$root.$iwindows.WINDOW.$objs.Group Box

Parent: $root.$iwindows.WINDOW.$objs
 
Children 

Class notation

Properties Methods Events 

Group boxes let you group other fields on your window. They do not contain or display data themselves, they simply contain other fields and controls.

Properties

Object specific 
$fieldstylefocusedThe style in system class #STYLES assigned to this field in addition to $fieldstyle when the control has focus
$gridsectionThe type of the complex grid section containing the object. One of the kGrid... constants
$textThe text or calculation stored with the object
$tooltipposA kTooltipPos... constant that specifies where $tooltip appears relative to the control
kTooltipPosBottom kTooltipPosLeft kTooltipPosMouse kTooltipPosRight kTooltipPosTop
Standard$active $alpha $bordercolor $candropcursor $componentinfo $container $contextmenu $cursor $dragborder $dragiconid $dragmode $dragrange $dropmode $edgefloat $effect $enabled $fieldstyle $font $fontsize $fontstyle $framehwnd $gridcolumn $height $helpfile $hwnd $ident $keyevents $left $linestyle $mouseevents $name $nodropcursor $objtype $order $osdropflags $rmouseevents $selected $sidepanel $sidepanelmode $statusevents $textcolor $tooltip $top $userinfo $visible $width

Methods

Object specific 
$sendevent$sendevent(iEvent[,eventParameters...]) Sends event iEvent (an ev... constant value) to the object with eventParameters passed as name,value pairs, for example $sendevent(evClick,'pLineNumber',2).Returns kFalse if the event is discarded
$showpanel$showpanel(iAction[,iMode=kSidePanelModeAuto]) executes kSidePanelAction... on a side panel object. iMode only applies to kSidePanelActionShow,and must be kSidePanelModeCover/Push/Auto. For JS client,$showpanel must be executed on the client
Standard$redraw

Events

Object specific 
evHeadedListColumnVisChangedThe user has changed the visibility of a column using the heading context menu
Parameters
pEventCodeThe event code
pColumnNumberThe list column number
pVisibleIf true,the object is now visible
evHeadedListDisplayOrderChangedSent to a headed list box when its $displayorder property has been changed when the user drags and drops a column heading
Parameters
pEventCodeThe event code
pDisplayOrderThe new display order represented as a comma separated list of column numbers
evHeadedListEditFinishedSent to a headed list box when the edit field has been closed
Parameters
pEventCodeThe event code
pLineNumberThe line number in the list
pColumnNumberThe list column number
evHeadedListEditFinishingSent to a headed list box when new text is ready to be stored in the list
Parameters
pEventCodeThe event code
pLineNumberThe line number in the list
pColumnNumberThe list column number
pNewTextThe new text entered by the user
evHeadedListEditStartingSent to a headed list box when the text is about to be edited
Parameters
pEventCodeThe event code
pLineNumberThe line number in the list
pColumnNumberThe list column number
evHeadedListHeadResizeSent to a headed list box immediately after a column has been resized by the user
Parameters
pEventCodeThe event code
pColumnNumberThe list column number
evHeaderClickSent to a headed list box after the user clicks on a button in the header
Parameters
pEventCodeThe event code
pColumnNumberThe list column number
evRowButtonClickedSent to a list or headed list when a row button is clicked
Parameters
pEventCodeThe event code
pRowButtonThe name of the row button selected
evWillHideSent to a field before it is hidden. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
pSidePanelIf true,this object is being hidden or shown as a side panel
evWillShowSent to a field before it becomes visible. Currently only used when the field is set as a side panel
Parameters
pEventCodeThe event code
pSidePanelIf true,this object is being hidden or shown as a side panel
StandardevAfter evBefore evCanDrop evClick evClipChangedData evDisabled evDoubleClick evDrag evDragBorder evDragFinished evDrop evEnabled evHidden evHScrolled evKey evMouseDouble evMouseDown evMouseEnter evMouseLeave evMouseUp evOpenContextMenu evRMouseDouble evRMouseDown evRMouseUp evSent evShiftTab evShown evTab evVScrolled evWillDrop

Children

Top 

$bobjs$methods$objs