grid

Generic properties, methods and events
[method icon] Add(sText$) Used to add strings to the drop down portion of a DBEdit control
[method icon] Add(sText$, sTag$) Used to add strings with tags to the drop down portion of a DBEdit control
[method icon] Add(sFormattedText$, sTag$, sCookie$) Used to add strings with tags to the drop down portion of a DBEdit control
[method icon] Cell(iRow, iCol) Used with other grid properties to change the properties of individual cells, rows and columns
[method icon] ChangeRowCol(iRow, iCol, iDeltaRow, iDeltaCol) Allows new rows and columns to be added to the grid
[method icon] Clear() Clears the contents of the grid control
[method icon] CopyToClipboard() Copies current contents of grid to clipboard
[method icon] DataAwareRow() Used to fill the current row from the assigned database table
[method icon] DataAwareRow(iRow, BYREF sBuf$) Used to fill the current row from the assigned database table
[method icon] Delete() Used to clear out the contents of a DBEdit drop down
[method icon] Delete(iIndex) Used to remove individual items from a DBEdit dropdown
[method icon] EditCell(iStartRow, iStartCol) Allows the user to modify the contents of the specified cell
[method icon] EditGrid(iStartRow, iStartCol) Allows the user to modify the contents of the entire grid
[method icon] EditRow(iStartRow, iStartCol) Allows the user to modify the contents of the specified row
[method icon] FindItem(sText$) Find an item from text or context
[method icon] FindItemOrdinal(sText$) Find an item from text or context returning its position within the list
[method icon] GetColList$() Returns a list of DataField columns used in the grid
[method icon] GetDataField(BYREF nSourceSym, BYREF nFieldSym, BYREF nOccurs) Returns the SYM of the data source, datafield and occurs value
[method icon] GetIndex(iIndex) Used to test drop down index numbers for validity
[method icon] GetIndex(sSearch$) Used to return the index number associated with the specified string
[method icon] GetString$(iIndex) Returns the item from the specified index location
[method icon] GetTag$(iIndex) Returns the tag from the specified index location
[method icon] HandleFromOrdinal(iIndex) Return handle for a list item ordinal index
[method icon] InsertText(sText$) Insert text at the current cursor position
[method icon] ItemFromHandle(iHandle) Used to access a list item by handle value
[method icon] ItemFromIndex(iIndex) Used to access a list item by index
[method icon] MoveCell(iRow, iCol) Moves the programming cell to the specified cell
[method icon] MoveCursor(iRow, iCol) Moves the user selection cell to the specified cell
[method icon] Reset() Called when the user moves away from a cell that is being edited and has been modified
[method icon] Reset(iLevel) Resets the grid to its default design time configuration
[method icon] SelectItem(iHandle) Used to select an item in the drop down list by handle value
[method icon] SetDataBind(objObj) Sets the DataBind property to the specified bind object
[method icon] SetDataField(iStart, sPackFormat$) Sets the datafield property to the specified numeric field information
[method icon] SetDataField(sFldName$) Sets the datafield property to the specified FLD
[method icon] SetSelection() Removes any current selection from the drop down list
[method icon] SetSelection(iIndex) Used to select an item in the drop down list by index
[method icon] ShowDropDown() Forces the display of the DBEdit dropdown
[method icon] TestGetNumericProperty(sName$) Get numeric property
[method icon] TestGetObjectProperty(sName$) Get object property
[method icon] TestGetStringProperty$(sName$) Get string property
[method icon] TestSetNumericProperty(sName$, iValue) Set a property during form tests
[method icon] TestSetObjectProperty(sName$, objValue) Set a property during form tests
[method icon] TestSetStringProperty(sName$, sValue$) Set a property during form tests
[property icon] Accelerate If set then cells display ampersands as underscores and keyboard accelerators will work
[property icon] Alignment Specifies the alignment of text within the control
[property icon] AutoEdit Put cell into edit mode when it gets focus
[property icon] BackColor Specifies the default background color
[property icon] BackgroundAlignment Specifies the alignment of the picture to be used as the grid's background
[property icon] BackgroundPicture Specifies the picture to be used as the grid's background
[property icon] CancelEdit Used in EditRowNotify to show that the user cancelled the edit
[property icon] CanConvert Determines whether value can be converted to alternative currency
[property icon] Case Allows the character case entered into the control to be restricted
[property icon] Cell Used with other grid properties to change the properties of individual cells, rows and columns
[property icon] CellEnable Enables/disables a grid cell
[property icon] ClassId Control type
[property icon] ClientTag$ Free text field available to programmers. Intended for use in the browser client. Accessible client side.
[property icon] Col Column of cell in grid
[property icon] Cols Specifies the number of columns
[property icon] ColSize Selects how column width is determined
[property icon] ColWidth Specifies the column width
[property icon] Context$ Context of cell, provided by the application
[property icon] CursorCol Returns the cursor column position to left/right click event handlers
[property icon] CursorEnable Specifies the behaviour of the cursor when the arrow keys are used
[property icon] CursorRow Returns the cursor row position to left/right click event handlers
[property icon] DataBind Binds the control to a table object
[property icon] DataField Specifies the column name that is to be bound to the control
[property icon] DataField$ Specifies the column name that is to be bound to the control
[property icon] DataPending Enables/disables the RowRequest() event handler
[property icon] DataSource Specifies that variable name that is bound to a database table
[property icon] DBEnabled Determines if the Database associated with the control is enabled
[property icon] Description The control text can be given a tab-separated description
[property icon] DescText$ Text that will appears in edit's description field
[property icon] DisplayPriority$ Display priority
[property icon] DragKey Returns the drag key and mouse button state
[property icon] DragSourceControl Identifies the source control of a drag operation
[property icon] DragSourceItem Identifies the source control component of a drag operation
[property icon] DragStyle Sets the drag and drop style for this object
[property icon] DragTargetControl Identifies the target control of a drag operation
[property icon] DragTargetItem Identifies the target control component of a drag operation
[property icon] DropAdjust Adjust placement of edit button
[property icon] DropDown Determines if a dropdown list is enabled
[property icon] DropDownFilled Determines whether the drop down portion of the control has been filled
[property icon] DropFileList$ List of files dropped onto control (with HEX(0D) separators)
[property icon] DropFileStyle Sets file drop style for this object
[property icon] DropListStyle Specifies the behaviour of the drop down list
[property icon] DropStyle Sets style of button controlling any listbox
[property icon] EditCursor Changes the cursor to an edit/insertion carat
[property icon] EditReason Returns the reason for the termination of EditRow()
[property icon] FillSpace Fill empty space in the grid with background color instead of shrinking the grid
[property icon] First Get first item object
[property icon] First Get first item object
[property icon] FixedCols Specifies the number of fixed column heading columns
[property icon] FixedRows Specifies the number of fix row heading rows
[property icon] Font Specifies the font set to be used by the control
[property icon] Formatted Allow formatting in drop down text
[property icon] GridObject Get grid object of this grid cell
[property icon] GroupThousands Specifies that numeric types will be displayed with digits grouped into thousands
[property icon] Heading$ Specifies heading text for columns
[property icon] Help$ Specifies the text displayed in the status bar when the cell gets focus
[property icon] HideSelection Hide any selected cells when grid does not have focus
[property icon] Hint$ Displays hint text in an empty edit
[property icon] HorizontalLines Enable/disable horizontal lines for the specified row
[property icon] ImeMode Allow the default IME method to be defaulted
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item
[property icon] Index Returns the index of the currently selected item in the drop down portion of the control
[property icon] Keyboard$ Type of keyboard to show on tablet devices
[property icon] Label$ Label for the control
[property icon] LastChar$ Returns the last key pressed by the user
[property icon] LastKey Returns the last key and shift state
[property icon] LeftAction Specifies the default mouse action for a left click
[property icon] LeftLine Specifies the style for the vertical line to the left of the cell
[property icon] LeftSelect Specifies the default selection for a left mouse click
[property icon] LimitText Used to restrict the amount of text entered into the control
[property icon] LinesPerRow Specifies the number of lines for this row
[property icon] ListCol Returns the column used for the listbox during the current cell edit
[property icon] ListCount Returns the number of items in the list box
[property icon] ListRow Returns the row used for the listbox during the current cell edit
[property icon] MouseX Returns the X coordinate of the last mouse click to left/right click event handlers
[property icon] MouseY Returns the Y coordinate of the last mouse click to left/right click event handlers
[property icon] NewCol Returns the column the cursor will move to if current validate returns TRUE
[property icon] NewRow Returns the row the cursor will move to if current validate returns TRUE
[property icon] NoBorder Removes the 3D edging from a grid
[property icon] NoIntegralHeight Enables/disables size fixing
[property icon] Password All characters are displayed as the password char
[property icon] Picture Specifies a picture for a cell
[property icon] PictureAlignment Specifies the picture alignment
[property icon] ReturnEvent Enable/disable the Return() event handler
[property icon] RightAction Specifies the default mouse action for a right click
[property icon] RightSelect Specifies the default selection for a right mouse click
[property icon] RightToLeft Makes the control right-to-left or left-to-right (on systems that support this feature)
[property icon] Row Row of cell in grid
[property icon] RowHeight Specifies the row height
[property icon] Rows Specifies the number of rows
[property icon] SelectedFirst Get first selected item object
[property icon] SelectWrapText Show selection highlight on cells with WrapText set.
[property icon] ServerText Enable server storage (and retrieval) of grid cell text
[property icon] ShowBlankNumeric Show blank content to distinguish no value from a zero value
[property icon] ShowCellDrop Show cell dropdown button even when cell is not in edit mode
[property icon] ShowCellEnable Displays a grid cell with a grayed out style
[property icon] ShowSelection Shows how selected cells are highlighted
[property icon] Sym Returns a pointer value to the control
[property icon] TabSkip Specifies whether to skip this cell when tabbing
[property icon] TabStop Specifies the tab stop positions for the control
[property icon] TabThrough When tabbing into grid, tabbing behaves as if each cell is a separate control
[property icon] Tag$ Per cell property for programmer use
[property icon] TagPtr Handle field available to programmers
[property icon] Text$ Used to assign a value to the cell
[property icon] TextColor Specifies the default text color
[property icon] TopLine Specifies the style for the horizontal line above the cell
[property icon] TransparentBitmap Specifies the transparent color
[property icon] Type$ Specifies the format that the user will use to enter information
[property icon] UpdatePriority$ Update priority
[property icon] Validate Specifies the default cell validation action
[property icon] ValidateSelChange Causes a validate event when the user changes the selected item in the drop down portion of the control.
[property icon] ValidateText$ Passed into the EditValidate() event
[property icon] VerticalLines Enable/disable vertical lines for the specified column
[property icon] WantReturn Return key should send char event
[property icon] WholeDataAware The entire grid is data aware against a single data record
[property icon] WrapText Enable word wrapping
[event icon] Char() Event Called when the user presses a key
[event icon] Clipboard() Event
[event icon] CursorMove() Event Called when the user moves the selection box to another cell
[event icon] Drop() Event Drag drop event
[event icon] DropDown() Event Called before the drop down portion of the control is displayed
[event icon] DropFile() Event Called when files are dragged on to the form
[event icon] EditRightClick() Event Called when the control is right clicked
[event icon] EditRowNotify() Event Called when editing a new row
[event icon] EditValidate() Event Called when the user moves from one cell to another while editing
[event icon] EllipsisClick() Event Called when the Ellipses button is clicked
[event icon] EndEdit() Event Called when the user has finished editing a row
[event icon] Enter() Event Called when the user tabs into the grid control
[event icon] LeftClick() Event Called when the user left clicks on a cell
[event icon] LeftDblClk() Event Called when the user left double clicks on a cell
[event icon] RightClick() Event Called when the user right clicks on a cell
[event icon] RightDblClk() Event Called when the user right double clicks on a cell
[event icon] RowRequest() Event Called when the user attempts to move beyond the last row if the DataPending property is set
[event icon] SelChange() Event Called when a new item is selected in the drop down portion of the control
[event icon] ServerEdit() Event Server-side edit