Displays a number of columns of data, but has no column dividers.
Object specific | |
$borderradius | Radius for rounded border corners.1 to 4 pixel values separated by -,in order topleft,topright,bottomright,bottomleft.If bottomleft is omitted it is topright.If bottomright is omitted it is topleft.If topright is omitted it is topleft |
$calculation | The calculation used to format the variable for display |
$contents | The current contents of the object |
$disablehottracking | If true,the control does not draw any highlighting to show that the mouse is over the main body of the control but not pressed |
$dropbetweenlines | If true, the object highlights between lines during drag and drop |
$fieldstylefocused | The style in system class #STYLES assigned to this field in addition to $fieldstyle when the control has focus |
$firstsel | The number of the first selected character or line in the current contents |
$firstvis | The number of the first visible character or line in the contents |
$gridsection | The type of the complex grid section containing the object. One of the kGrid... constants |
$hiliteline | If true, the object highlights lines during drag and drop |
$lastsel | The number of the final selected character or line in the current contents |
$lastvis | The number of the final fully visible character or line in the contents |
$linebackgroundcol | If non-zero,the column number in the dataname list that contains color values that override the default background color of each line (the value zero or kColorDefault in this column means use the normal background color for the line) |
$linehtextra | The number of extra pixels added to the height of each line |
$multipleselect | If true, the field allows the user to select more than one line |
$rowbuttons | Slide out row buttons for the left of right sides of the list |
$selectionbackcolor | The color of selected lines. kColorDefault means use the default color. When not kColorDefault only applies when the control has the focus |
$selectiontextcolor | The text color of selected lines. kColorDefault means use the default color. When not kColorDefault applies irrespective of whether the control has the focus |
$studioide | If true,the control draws in a platform independent IDE style |
$styledtext | If true, the field supports styled text. The text styles are stripped for objects on macOS style top toolbars,and for the menus created in place of lists to support vertical docking areas |
$tooltippos | A kTooltipPos... constant that specifies where $tooltip appears relative to the control kTooltipPosBottom kTooltipPosLeft kTooltipPosMouse kTooltipPosRight kTooltipPosTop |
Standard | $active $alpha $backcolor $backgroundtheme $backpattern $bordercolor $candropcursor $componentinfo $container $contextmenu $cursor $dataname $disablefocus $disablefontsizekeys $disablesystemfocus $dragborder $dragiconid $dragmode $dragrange $dropmode $edgefloat $effect $enabled $fieldstyle $font $fontsize $fontstyle $forecolor $framehwnd $gridcolumn $hasfocus $height $helpfile $horzscroll $hscroll $hwnd $ident $keyevents $left $linestyle $local $mouseevents $name $nodropcursor $objtype $order $osdropflags $rmouseevents $selected $sidepanel $sidepanelmode $statusevents $textcolor $tooltip $top $userinfo $vertscroll $visible $vscroll $width |
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 |
$setrowbuttons | $setrowbuttons(bLeftIcon[,cIcnID,iBackTintColor,bDisabled,cTooltip]) Modify left or right row buttons.Call with 1 parameter to remove all left or right buttons.Call with 2 or more parameters to add a button with SVG icon id cIcnID |
$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 |