OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP EditTable Control:
Property | Description | Version Introduced |
---|---|---|
ARRAY | The entire data contents of the table by field then record. | |
AllowDeletions | Allows or prevents the user from using the delete key to delete records. | |
AllowInserts | Allows or prevents the user from using the insert key to insert records. | |
AutoColors | Automatic coloring of rows and columns. | |
AutoNumbers | Automatic numbering of field and record headers. | |
BlankRowManagement | Preferences for automatic adding/removing of bottom blank records. | |
Border | The control's border style. | 3.1.0 |
BorderColors | Customizes the colors of an SRP ActiveX Control's border. | 3.1.0 |
BorderType | Deprecated. Use Border instead | Deprecated |
Cancel | Cancels some edit table events. | |
CellAlignment | The placement of a cell's contents. | |
CellButtonEnabled | Establishes whether a cell's button is enabled or disabled. | 4.0.1 |
CellCase | Forces a cell's text to UPPER or LOWER case. | |
CellCheck | The state of a cell's check box. | |
CellCheckEnabled | Establishes whether a cell's check box is enabled or disabled. | |
CellColors | A cell's color scheme. | |
CellComboData | A cell's combo box data. | |
CellComboRowData | A cell's selected combo box row of data. | |
CellComboSelPos | A cell's combo box selection. | |
CellConv | A cell's validation and conversion settings. | |
CellEditMode | Establishes a cell's behavior when selected. | |
CellFont | The font used to render a cell's text. | |
CellGridLines | Modifies a cell's gridlines. | |
CellImage | A cell's image. | |
CellImageLayout | Specifies how the image is laid out withing the cell. | |
CellMerge | Merges two or more cells. | |
CellMultilined | Establishes whether a cell is single-lined or multi-lined. | |
CellPadding | The number of pixels between a cell's edge and it's contents. | |
CellPrompt | A caption to appear within the cell, separate from the cell's contents. | |
CellProtection | A cell's protection level. | |
CellSelColors | A cell's color scheme when selected. | |
CellSelPadding | The number of pixels between a cell's edge and it's contents when it is selected. | |
CellText | A cell's data. | |
CellToolTip | Enables or disables a cell's tooltip. | 4.1.20 |
CellType | The type of cell. | |
ColumnData | An entire column's data. | |
ComboDropDown | Shows or hides the selected cell's combo box dropdown. | |
Data | Databinding property for OI 10 | 4.2.5 |
DataColumn | A data column's attributes. | |
DataRow | A data row's attributes. | |
DblClickToEdit | Whether or not double clicking an unprotected cell puts it into edit mode. | |
DefaultCancelBehavior | The default Cancel property value. | |
Dimension | Sets the number of columns and records | |
EditContextMenu | Sets whether or not cells in edit mode show their default context menus during a right click or fire the OnClick event. | |
EditSelection | The starting and end positions of the currently edited cell's selected text. | |
EditText | The current text of a cell while in edit mode. | |
Focus | The control's focus state | |
FreezePos | The data cell prevented from scrolling. | |
FunctionKey | Assigns an action to a function key. | |
HANDLE | The table's window handle. | |
HeaderAlignment | The placement of a header cell's contents. | |
HeaderArrow | A header cell's sort arrow. | |
HeaderColors | A header cell's color scheme. | |
HeaderColumn | A header column's attributes. | |
HeaderFont | The font used to render a header cell's text. | |
HeaderImage | A header cell's image. | |
HeaderMerge | Merges two or more header cells. | |
HeaderMultilined | Establishes whether a header cell is single-lined or multi-lined. | |
HeaderPadding | The number of pixels between a header cell's edge and it's contents. | |
HeaderRow | A header row's attributes. | |
HeaderRowCount | The number of header rows. | |
HeaderText | A header cell's data. | |
HeaderToolTip | A header cell's tooltip text | |
HeaderType | The type of header cell. | |
ImageList | A single bitmap containing all images used by the table. | |
LIST | The entire data contents of the table by record then field. | |
MinCellSize | The minimum possible size of rows and columns. | |
Modified | The modified state of the current cell in edit mode. | |
MultilineDelim | The delimiter to represent line breaks in cell text. | |
NavKeyEnabled | Enables or disables default navigation keys. | |
NewRowCount | The number of rows the user adds when tabbing from the last data filled row. | |
PassEnterKey | Determines if the Enter key is passed to the OI window. | |
PrevSelPos | The previously selected cell | 4.2.5 |
ProgID | The control's ProgId/Class Name. | |
QuickTabOut | The table's navigation behavior. | |
RecordData | An entire record's data. | |
Redraw | Enables or disables redrawing of the control when setting properties. | |
ResetSelPos | Forces the SelPos back to the upper-left most selectable cell. | |
RowsToRecords | Establishes a relationship between rows and records. | |
ScrollBarsVisible | The visibility preference for the scroll bars. | |
ScrollPos | The top-left most visible cell beyond the FreezePos. | |
ScrollStep | The number of rows and columns to scroll at a time. | |
SelPos | The currently selected cell. | |
SelectionStyle | Sets the colors and style used to draw selected cells. | |
ShowBorderGrid | The table's border-adjacent grid line behavior. | |
ShowToolTips | Enables or disables the appearance of tooltips. | |
SingleEscape | Determines when the Escape key is passed to OpenInsight | |
SuppressMouseMoveEvent | Enables or disables the mouse move event. | |
TextRenderStyle | The algorithm used to render text. | 3.2.0 |
TitleList | The captions of all column header cells. | |
ToolTipDelay | The time, in milliseconds, before an in-place tooltip appears. | |
TrimOutput | Enables or disables the trimming of LIST and ARRAY data. | |
Version | The control's version info. | |
WorkspaceBkColor | The background color of the unoccupied space in the table. |