gridcell
|
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 |
|
Clear() | Clears the contents of the grid control |
|
Delete() | Used to clear out the contents of a DBEdit drop down |
|
Delete(iIndex) | Used to remove individual items from a DBEdit dropdown |
|
FindItem(sText$) | Find an item from text or context |
|
FindItemOrdinal(sText$) | Find an item from text or context returning its position within the list |
|
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 |
|
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 |
|
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 |
|
CanConvert | Determines whether value can be converted to alternative currency |
|
Case | Allows the character case entered into the control to be restricted |
|
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 |
|
ColSize | Selects how column width is determined |
|
ColWidth | Specifies the column width |
|
Context$ | Context of cell, provided by the application |
|
CursorEnable | Specifies the behaviour of the cursor when the arrow keys are used |
|
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 |
|
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 |
|
DragStyle | Sets the drag and drop style for this object |
|
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 |
|
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 |
|
First | Get first item object |
|
First | Get first item object |
|
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 |
|
Hint$ | Displays hint text in an empty edit |
|
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 |
|
Keyboard$ | Type of keyboard to show on tablet devices |
|
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 |
|
ListCount | Returns the number of items in the list box |
|
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 |
|
SelectedFirst | Get first selected item object |
|
SelectWrapText | Show selection highlight on cells with WrapText set. |
|
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 |
|
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 |
|
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. |
|
WrapText | Enable word wrapping |