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